diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-11-24 13:09:41 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-11-24 16:35:58 +0000 |
commit | 80a60371b3fbdfff01a0e59a56a53da9587f9b14 (patch) | |
tree | 3bbf463ca5ea8279d338eaf1079a65cf77adf3f4 /svx | |
parent | 47f891c567ecd54add9763506c48f42afaf6863b (diff) |
move RID_APPTITLE to desktop where its used
rename the other ones and remove the unused ones
Change-Id: I0e636cd5d1799e0f9cb815a4bfa20b16039ecb3f
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/src/app.src | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/svx/source/src/app.src b/svx/source/src/app.src index f5944febdf99..791112f5266b 100644 --- a/svx/source/src/app.src +++ b/svx/source/src/app.src @@ -19,11 +19,6 @@ #include <svx/svxids.hrc> -String RID_APPTITLE -{ - Text = "%PRODUCTNAME %PRODUCTVERSION%PRODUCTEXTENSION" ; -}; - #define MASKCOLOR MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; }; #define IMAGE_ID_LIST\ |