summaryrefslogtreecommitdiff
path: root/src/plugins/designer/formeditorw.cpp
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2011-02-09 15:23:48 +0100
committerhjk <qtc-committer@nokia.com>2011-02-09 16:29:02 +0100
commitaf8daf9d306de86cabefc12d2e1098811f21b7b8 (patch)
tree7051b7e1ff3949dd9d23e58fb53c8fc2e3b1164f /src/plugins/designer/formeditorw.cpp
parent703d637cc6d3e17cb7abd484cf7ea667b4727d25 (diff)
downloadqt-creator-af8daf9d306de86cabefc12d2e1098811f21b7b8.tar.gz
actionmanager: rename Command::CA_NonConfigureable to CA_NonConfigurable
Diffstat (limited to 'src/plugins/designer/formeditorw.cpp')
-rw-r--r--src/plugins/designer/formeditorw.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/designer/formeditorw.cpp b/src/plugins/designer/formeditorw.cpp
index c6e2630aed..f90006c1fa 100644
--- a/src/plugins/designer/formeditorw.cpp
+++ b/src/plugins/designer/formeditorw.cpp
@@ -625,7 +625,7 @@ Core::ActionContainer *FormEditorW::createPreviewStyleMenu(Core::ActionManager *
bindShortcut(command, a);
if (isDeviceProfile) {
command->setAttribute(Core::Command::CA_UpdateText);
- command->setAttribute(Core::Command::CA_NonConfigureable);
+ command->setAttribute(Core::Command::CA_NonConfigurable);
}
menuPreviewStyle->addAction(command);
}