actionmanager: rename Command::CA_NonConfigureable to CA_NonConfigurable

This commit is contained in:
hjk
2011-02-09 15:23:48 +01:00
parent 703d637cc6
commit af8daf9d30
5 changed files with 7 additions and 7 deletions

View File

@@ -3027,7 +3027,7 @@ void DebuggerPluginPrivate::extensionsInitialized()
cmd->action()->setEnabled(true);
editorContextMenu->addAction(cmd);
cmd->setAttribute(Command::CA_Hide);
cmd->setAttribute(Command::CA_NonConfigureable); // ADD_TO_WATCH1 is enough.
cmd->setAttribute(Command::CA_NonConfigurable); // ADD_TO_WATCH1 is enough.
}
m_plugin->addAutoReleasedObject(new CommonOptionsPage);