diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-08-25 14:17:42 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-08-25 16:45:28 +0100 |
commit | 6cf795539604a96d712ecbef579863c699419641 (patch) | |
tree | 76e86f0e015dc0f4041132d59e7fbfc2d9cc47f6 /sw/source/ui | |
parent | f50a3677380f611b4cc5f86258ca4dc543c8dc3e (diff) |
convert MSG_PRINT_AS_MERGE with custom buttons to .ui
Change-Id: I42296f8cde4e03214b29f35fd3c42a63c4317f79
Diffstat (limited to 'sw/source/ui')
-rw-r--r-- | sw/source/ui/app/app.src | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sw/source/ui/app/app.src b/sw/source/ui/app/app.src index 4da399beeb7d..8f19774c51a7 100644 --- a/sw/source/ui/app/app.src +++ b/sw/source/ui/app/app.src @@ -466,14 +466,6 @@ String STR_REDLINE_UNKNOWN_AUTHOR Text [ en-US ] = "Unknown Author"; }; -QueryBox MSG_PRINT_AS_MERGE -{ - HelpId = HID_PRINT_AS_MERGE; - Buttons = WB_YES_NO ; - DefButton = WB_DEF_YES ; - Message [ en-US ] = "Your document contains address database fields. Do you want to print a form letter?"; -}; - String RID_MODULE_TOOLBOX { Text [ en-US ] = "Function Bar (viewing mode)" ; |