summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-11-24 13:09:41 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-11-24 16:35:58 +0000
commit80a60371b3fbdfff01a0e59a56a53da9587f9b14 (patch)
tree3bbf463ca5ea8279d338eaf1079a65cf77adf3f4 /sc/inc
parent47f891c567ecd54add9763506c48f42afaf6863b (diff)
move RID_APPTITLE to desktop where its used
rename the other ones and remove the unused ones Change-Id: I0e636cd5d1799e0f9cb815a4bfa20b16039ecb3f
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/sc.hrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc
index bc39f327c28f..1f95e32f2dcf 100644
--- a/sc/inc/sc.hrc
+++ b/sc/inc/sc.hrc
@@ -1006,7 +1006,8 @@
#define STR_TITLE_AUTHOR (STR_START + 442)
#define STR_TITLE_DATE (STR_START + 443)
#define STR_UNKNOWN_USER_CONFLICT (STR_START + 444)
-#define STR_END (STR_UNKNOWN_USER_CONFLICT)
+#define RID_SC_NAME (STR_START + 445)
+#define STR_END (RID_SC_NAME)
#define BMP_START (STR_END)