|
From: <ma...@us...> - 2003-11-21 14:18:16
|
Update of /cvsroot/sharedaemon/ui-wx/src
In directory sc8-pr-cvs1:/tmp/cvs-serv411
Modified Files:
GUISettingsDlg.cpp
Log Message:
Removed leftovers of old code
Index: GUISettingsDlg.cpp
===================================================================
RCS file: /cvsroot/sharedaemon/ui-wx/src/GUISettingsDlg.cpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- GUISettingsDlg.cpp 21 Nov 2003 14:13:36 -0000 1.17
+++ GUISettingsDlg.cpp 21 Nov 2003 14:18:10 -0000 1.18
@@ -190,18 +190,6 @@
default: break;
}
- /**
- * If show_menu or show_tool or tool_align value doesn't match what was
- * previously written in config, display the notification box.
- */
-// ::wxMessageBox(
-// _("Menubar and Toolbar settings changes\n"
-// "require interface restart to take effect."),
-// _("Restart needed"),
-// wxOK|wxCENTRE|wxICON_INFORMATION
-// );
-// }
-
/* And finally save to config object. */
m_config->Write(wxT("Font"), GetFont()->GetSelection());
m_config->Write(wxT("Icon set"), GetIconSet()->GetSelection());
|