Fix (Un)FoldAll action naming

The action was forgotten in the rename from collapse to fold.
This commit is contained in:
mae
2010-08-08 15:28:37 +02:00
parent ec1d555a3b
commit cdf9d03e62
2 changed files with 2 additions and 2 deletions

View File

@@ -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";