MSG_DISABLE_UNDO_QUESTION unused
Change-Id: I1e06ccae6c820715d2cea70d679bf7681bae711a
This commit is contained in:
parent
7857d772f7
commit
f9acc916bf
2 changed files with 1 additions and 8 deletions
|
@ -42,7 +42,7 @@
|
|||
#define STR_MULT_INTERACT_SPELL_WARN (RC_COMCORE_BEGIN + 14)
|
||||
#define STR_SPELL_TITLE (RC_COMCORE_BEGIN + 15)
|
||||
#define STR_HYPH_TITLE (RC_COMCORE_BEGIN + 16)
|
||||
#define MSG_DISABLE_UNDO_QUESTION (RC_COMCORE_BEGIN + 17)
|
||||
|
||||
|
||||
#define STR_REDLINE_INSERT (RC_COMCORE_BEGIN + 19)
|
||||
#define STR_REDLINE_DELETE (RC_COMCORE_BEGIN + 20)
|
||||
|
|
|
@ -502,13 +502,6 @@ String STR_REDLINE_UNKNOWN_AUTHOR
|
|||
Text [ en-US ] = "Unknown Author";
|
||||
};
|
||||
|
||||
WarningBox MSG_DISABLE_UNDO_QUESTION
|
||||
{
|
||||
BUTTONS = WB_YES_NO_CANCEL;
|
||||
DEFBUTTON = WB_DEF_YES ;
|
||||
Message [ en-US ] = "This action deletes the list of actions that can be undone. Previous changes made to the document are still valid, but cannot be undone. Do you want to continue formatting?";
|
||||
};
|
||||
|
||||
QueryBox MSG_PRINT_AS_MERGE
|
||||
{
|
||||
HelpId = HID_PRINT_AS_MERGE;
|
||||
|
|
Loading…
Reference in a new issue