summaryrefslogtreecommitdiff
path: root/win/System.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'win/System.cpp')
-rw-r--r--win/System.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/win/System.cpp b/win/System.cpp
index 2c29db4..e60bad4 100644
--- a/win/System.cpp
+++ b/win/System.cpp
@@ -1541,6 +1541,8 @@ bool SystemDoDialog(int nMode, void* param)
{
Opts->Keywords = Dlg.m_Keywords;
Opts->Name = Dlg.m_Name;
+
+ return true;
}
} break;