diff options
Diffstat (limited to 'uui')
-rw-r--r-- | uui/source/ids.hrc | 1 | ||||
-rw-r--r-- | uui/source/ids.src | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/uui/source/ids.hrc b/uui/source/ids.hrc index e70c7a84300d..d345b2418cb5 100644 --- a/uui/source/ids.hrc +++ b/uui/source/ids.hrc @@ -57,7 +57,6 @@ #define STR_ALREADYOPEN_SAVE_BTN (RID_UUI_START + 52) #define STR_WARNING_INCOMPLETE_ENCRYPTION_TITLE (RID_UUI_START + 54) -#define STR_WARNING_BROKENSIGNATURE_TITLE (RID_UUI_START + 55) #define STR_ENTER_PASSWORD_TO_OPEN (RID_UUI_START + 56) #define STR_ENTER_PASSWORD_TO_MODIFY (RID_UUI_START + 57) #define STR_RENAME_OR_REPLACE (RID_UUI_START + 58) diff --git a/uui/source/ids.src b/uui/source/ids.src index b5e5f37d56f6..f775a4c8f013 100644 --- a/uui/source/ids.src +++ b/uui/source/ids.src @@ -31,11 +31,6 @@ String RID_SAVE_PASSWORD Text [ en-US ] = "~Remember password"; }; -String STR_WARNING_BROKENSIGNATURE_TITLE -{ - Text [ en-US ] = "Invalid Document Signature" ; -}; - String STR_WARNING_INCOMPLETE_ENCRYPTION_TITLE { Text [ en-US ] = "Non-Encrypted Streams" ; |