diff options
Diffstat (limited to 'FreeFileSync/Source/ui/command_box.cpp')
-rwxr-xr-x | FreeFileSync/Source/ui/command_box.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/FreeFileSync/Source/ui/command_box.cpp b/FreeFileSync/Source/ui/command_box.cpp index fc848fa2..3468415a 100755 --- a/FreeFileSync/Source/ui/command_box.cpp +++ b/FreeFileSync/Source/ui/command_box.cpp @@ -12,6 +12,7 @@ #include <zen/utf.h> using namespace zen; +using namespace fff; namespace @@ -24,7 +25,7 @@ std::vector<std::pair<std::wstring, Zstring>> getDefaultCommands() //(gui name/c { return { - //{_("Sleep"), Zstr("rundll32.exe powrprof.dll,SetSuspendState Sleep")}, + //{_("System: Sleep"), Zstr("rundll32.exe powrprof.dll,SetSuspendState Sleep")}, }; } |