Changeset 36976 in vbox for trunk/src/VBox/Main
- Timestamp:
- May 6, 2011 9:19:32 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
r36481 r36976 8013 8013 setVMRuntimeErrorCallbackF(pVM, pConsole, 0, "BrokenSharedFolder", 8014 8014 N_("The shared folder '%s' could not be set up: %ls.\n" 8015 "The shared folder setup will not be complete. It is recommended to power down the virtual machine and " 8016 "fix the shared folder settings while the machine is not running."), 8015 "The shared folder setup will not be complete. It is recommended to power down the virtual machine and fix the shared folder settings while the machine is not running"), 8017 8016 it->first.c_str(), eik.getText().raw()); 8018 break;8019 8017 } 8020 8018 }
Note:
See TracChangeset
for help on using the changeset viewer.