summaryrefslogtreecommitdiff
path: root/ui/switch_to_gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/switch_to_gui.h')
-rw-r--r--ui/switch_to_gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/switch_to_gui.h b/ui/switch_to_gui.h
index a938c7d8..03e18324 100644
--- a/ui/switch_to_gui.h
+++ b/ui/switch_to_gui.h
@@ -10,7 +10,7 @@
#include "../library/process_xml.h"
-namespace ffs3
+namespace zen
{
//switch from FreeFileSync Batch to GUI modus: opens a new FreeFileSync GUI session asynchronously
bgstack15