Kaydet (Commit) 713592e5 authored tarafından Caolán McNamara's avatar Caolán McNamara

finally, some unused dialogs

Change-Id: I673a5868db62f391b2186104ff6c641d84bffd8a
üst 4164f905
...@@ -86,15 +86,8 @@ ...@@ -86,15 +86,8 @@
// DIALOGS ----------------------------------------------------------- // DIALOGS -----------------------------------------------------------
#define DLG_THESAURUS (RC_GLOBALS_BEGIN + 2)
#define DLG_SPECIAL (RC_GLOBALS_BEGIN + 3) #define DLG_SPECIAL (RC_GLOBALS_BEGIN + 3)
// QUERYBOX ---------------------------------------------------------
#define DLG_WRAP (RC_GLOBALS_BEGIN + 4)
#define DLG_BODY (RC_GLOBALS_BEGIN + 5)
#define DLG_PRT_FIELDNAME (RC_GLOBALS_BEGIN + 6)
// INFOBOX ------------------------------------------------------------ // INFOBOX ------------------------------------------------------------
#define ERR_CLPBRD_READ (RC_GLOBALS_BEGIN + 1) #define ERR_CLPBRD_READ (RC_GLOBALS_BEGIN + 1)
......
...@@ -41,36 +41,12 @@ ImageButton BTN_PAGEDOWN ...@@ -41,36 +41,12 @@ ImageButton BTN_PAGEDOWN
SmallStyle = TRUE ; SmallStyle = TRUE ;
SYMBOL = IMAGEBUTTON_PAGEDOWN ; SYMBOL = IMAGEBUTTON_PAGEDOWN ;
}; };
QueryBox DLG_WRAP
{
BUTTONS = WB_YES_NO ;
DEFBUTTON = WB_DEF_YES ;
Message [ en-US ] = "Do you want to continue checking at the beginning of the document?" ;
};
QueryBox DLG_BODY
{
BUTTONS = WB_YES_NO ;
DEFBUTTON = WB_DEF_NO ;
Message [ en-US ] = "Do you want to check the main text?" ;
};
QueryBox DLG_PRT_FIELDNAME
{
BUTTONS = WB_YES_NO_CANCEL ;
DEFBUTTON = WB_DEF_CANCEL ;
Message [ en-US ] = "Show field commands option is checked.\nDo you want to print the document with field names?" ;
};
QueryBox DLG_SPECIAL QueryBox DLG_SPECIAL
{ {
BUTTONS = WB_YES_NO ; BUTTONS = WB_YES_NO ;
DEFBUTTON = WB_DEF_NO ; DEFBUTTON = WB_DEF_NO ;
Message [ en-US ] = "Do you want check the special regions?" ; Message [ en-US ] = "Do you want check the special regions?" ;
}; };
QueryBox DLG_THESAURUS
{
BUTTONS = WB_YES_NO ;
DEFBUTTON = WB_DEF_NO ;
Message [ en-US ] = "This word appears in the list of words you want to avoid! Start thesaurus?" ;
};
QueryBox DLG_SPECIAL_FORCED QueryBox DLG_SPECIAL_FORCED
{ {
BUTTONS = WB_YES_NO ; BUTTONS = WB_YES_NO ;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment