summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/texteditorconstants.h
diff options
context:
space:
mode:
authormae <qt-info@nokia.com>2010-08-08 15:28:37 +0200
committermae <qt-info@nokia.com>2010-08-08 15:28:37 +0200
commitcdf9d03e62fcd5b2bc9d2d29402733de0f012866 (patch)
tree0dd473443a6c695b8fbf0b29dcb43a9953f6a3a5 /src/plugins/texteditor/texteditorconstants.h
parentec1d555a3b7e431f5c8048c726765a463ad820ce (diff)
downloadqt-creator-cdf9d03e62fcd5b2bc9d2d29402733de0f012866.tar.gz
Fix (Un)FoldAll action naming
The action was forgotten in the rename from collapse to fold.
Diffstat (limited to 'src/plugins/texteditor/texteditorconstants.h')
-rw-r--r--src/plugins/texteditor/texteditorconstants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/texteditor/texteditorconstants.h b/src/plugins/texteditor/texteditorconstants.h
index e1c6b12deb..7de9f231b7 100644
--- a/src/plugins/texteditor/texteditorconstants.h
+++ b/src/plugins/texteditor/texteditorconstants.h
@@ -45,7 +45,7 @@ const char * const UN_COMMENT_SELECTION = "TextEditor.UnCommentSelection";
const char * const REFORMAT = "TextEditor.Reformat";
const char * const FOLD = "TextEditor.Fold";
const char * const UNFOLD = "TextEditor.Unfold";
-const char * const UNFOLD_ALL = "TextEditor.UnCollapseAll";
+const char * const UNFOLD_ALL = "TextEditor.UnFoldAll";
const char * const AUTO_INDENT_SELECTION = "TextEditor.AutoIndentSelection";
const char * const INCREASE_FONT_SIZE = "TextEditor.IncreaseFontSize";
const char * const DECREASE_FONT_SIZE = "TextEditor.DecreaseFontSize";