summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/app.hrc
diff options
context:
space:
mode:
authorPeter Burow <pb@openoffice.org>2001-06-27 07:25:33 +0000
committerPeter Burow <pb@openoffice.org>2001-06-27 07:25:33 +0000
commit242dc6b56f0425c7574c4c39ffbc65e4e9a81e6e (patch)
treeab34691c388a2ca6f172c38d7ed3b46caeb59cb2 /sfx2/source/appl/app.hrc
parent9bbbf087a03bf99d032496cd021c4f07ef112abe (diff)
fix: #85823# new ids for help
Diffstat (limited to 'sfx2/source/appl/app.hrc')
-rw-r--r--sfx2/source/appl/app.hrc8
1 files changed, 6 insertions, 2 deletions
diff --git a/sfx2/source/appl/app.hrc b/sfx2/source/appl/app.hrc
index b6f42f627264..89f73435a7e9 100644
--- a/sfx2/source/appl/app.hrc
+++ b/sfx2/source/appl/app.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: app.hrc,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: ssa $ $Date: 2001-06-08 10:03:22 $
+ * last change: $Author: pb $ $Date: 2001-06-27 08:25:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -223,6 +223,7 @@
#define TP_HELP_CONTENT (RID_SFX_APP_START+100)
#define TP_HELP_INDEX (RID_SFX_APP_START+101)
#define TP_HELP_SEARCH (RID_SFX_APP_START+102)
+#define TP_HELP_FAVOURITE (RID_SFX_APP_START+103)
#define IMG_HELP_TOOLBOX_INDEX (RID_SFX_APP_START+110)
#define IMG_HELP_TOOLBOX_START (RID_SFX_APP_START+111)
@@ -230,6 +231,7 @@
#define IMG_HELP_TOOLBOX_NEXT (RID_SFX_APP_START+113)
#define IMG_HELP_TOOLBOX_CONTEXT (RID_SFX_APP_START+114)
#define IMG_HELP_TOOLBOX_PRINT (RID_SFX_APP_START+115)
+#define IMG_HELP_TOOLBOX_FAVOURITE (RID_SFX_APP_START+116)
#define RID_IMAGE_USER1 1
#define RID_IMAGE_USER2 2
@@ -267,6 +269,8 @@
#define STR_QUICKSTART_FROMTEMPLATE (RID_SFX_APP_START+137)
#define STR_QUICKSTART_PRELAUNCH (RID_SFX_APP_START+138)
#define STR_QUICKSTART_LNKNAME (RID_SFX_APP_START+139)
+#define STR_HELP_BUTTON_FAVOURITE (RID_SFX_APP_START+140)
+
#endif // #ifndef _SFX_APP_HRC
// ******************************************************************* EOF