MSG_DISABLE_UNDO_QUESTION unused

Change-Id: I1e06ccae6c820715d2cea70d679bf7681bae711a
This commit is contained in:
Caolán McNamara 2013-07-01 08:54:38 +01:00
parent 7857d772f7
commit f9acc916bf
2 changed files with 1 additions and 8 deletions

View file

@ -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)

View file

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