diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-08-18 05:23:52 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-08-18 05:23:52 +0200 |
commit | 58e6fbe1a8a4fa4f25d68f0d2f5f9dade9c64ddb (patch) | |
tree | ff084a256ac1ad4aba79869ffd98c5f83a79f721 /desktop | |
parent | 3352a88c8c173acbb15dd95f4738362332107ab7 (diff) |
remove unused WarningBoxes
Change-Id: I07c457a49646703af5d13f83ba033340309ee655
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/app/desktop.hrc | 1 | ||||
-rw-r--r-- | desktop/source/app/desktop.src | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/desktop/source/app/desktop.hrc b/desktop/source/app/desktop.hrc index 8a7affced76e..08ac1a074c74 100644 --- a/desktop/source/app/desktop.hrc +++ b/desktop/source/app/desktop.hrc @@ -30,7 +30,6 @@ #define STR_RECOVER_QUERY (RID_DESKTOP_STRING_START+0) #define STR_RECOVER_TITLE (RID_DESKTOP_STRING_START+1) -#define STR_RECOVER_PREPARED (RID_DESKTOP_STRING_START+2) #define STR_BOOTSTRAP_ERR_CANNOT_START (RID_DESKTOP_STRING_START+100) #define STR_BOOTSTRAP_ERR_DIR_MISSING (RID_DESKTOP_STRING_START+101) diff --git a/desktop/source/app/desktop.src b/desktop/source/app/desktop.src index b109a0e55519..988af1b0dfb4 100644 --- a/desktop/source/app/desktop.src +++ b/desktop/source/app/desktop.src @@ -29,11 +29,6 @@ String STR_RECOVER_TITLE Text [ en-US ] = "File Recovery" ; }; -WarningBox STR_RECOVER_PREPARED -{ - Message [ en-US ] = "An unrecoverable error has occurred.\n\nAll modified files have been saved and can\nprobably be recovered at program restart." ; -}; - String STR_BOOTSTRAP_ERR_CANNOT_START { Text [ en-US ] = "The application cannot be started. "; |