diff options
Diffstat (limited to 'src/modules/options')
| -rw-r--r-- | src/modules/options/instances.cpp | 2 | ||||
| -rw-r--r-- | src/modules/options/libkvioptions.cpp | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/options/instances.cpp b/src/modules/options/instances.cpp index 28294a3b1..2b158c984 100644 --- a/src/modules/options/instances.cpp +++ b/src/modules/options/instances.cpp @@ -665,7 +665,7 @@ KviOptionsInstanceManager::KviOptionsInstanceManager() { //qDebug("Instantiating"); - // Create the global widget dict : case sensitive , do not copy keys + // Create the global widget dict : case sensitive, do not copy keys m_pInstanceTree = new KviPointerList<KviOptionsWidgetInstanceEntry>; m_pInstanceTree->setAutoDelete(true); diff --git a/src/modules/options/libkvioptions.cpp b/src/modules/options/libkvioptions.cpp index f7ca1453c..e8ea29254 100644 --- a/src/modules/options/libkvioptions.cpp +++ b/src/modules/options/libkvioptions.cpp @@ -56,7 +56,7 @@ extern int g_iOptionWidgetInstances; @syntax: options.save @description: - Saves the options to disk; this includes aliases , popups , + Saves the options to disk; this includes aliases, popups, events and user preferences. */ @@ -79,7 +79,7 @@ static bool options_kvs_cmd_save(KviKvsModuleCommandCall *) options.dialog [-t] [options_group] @description: Shows the KVIrc options dialog for the specified options group. - If the [-t] switch is used , the dialog is opened as toplevel window, + If the [-t] switch is used, the dialog is opened as toplevel window, otherwise it is opened as part of the current frame window.[br] Valid values for [options_group] are "general" and "theme". If [options_group] is omitted, the option group "general" is assumed. |
