summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 11:59:16 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-05-10 11:59:16 +0000
commit7fe5269871d6350b7b96bdc552bec8121f57add8 (patch)
treed4bb4925c936a5de0824c7d6fe6b7704490f7a3f /sfx2
parent8f8d770652b8b1a317b5b92c5662bce48670af46 (diff)
INTEGRATION: CWS defaultbrowser (1.29.12); FILE MERGED
2004/04/22 11:31:10 obr 1.29.12.1: #i27118# changed error message for >browser not found<
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/appl/app.hrc10
1 files changed, 6 insertions, 4 deletions
diff --git a/sfx2/source/appl/app.hrc b/sfx2/source/appl/app.hrc
index a70d7077c4db..8cadbb7e0534 100644
--- a/sfx2/source/appl/app.hrc
+++ b/sfx2/source/appl/app.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: app.hrc,v $
*
- * $Revision: 1.29 $
+ * $Revision: 1.30 $
*
- * last change: $Author: obo $ $Date: 2004-03-17 12:20:50 $
+ * last change: $Author: hr $ $Date: 2004-05-10 12:59:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,8 +71,10 @@
#define MSG_ERR_OPEN_CFG (RID_SFX_APP_START+4)
#define MSG_ERR_FILETYPE_CFG (RID_SFX_APP_START+5)
#define MSG_ERR_VERSION_CFG (RID_SFX_APP_START+6)
-#define MSG_ERR_WEBBROWSER_NOT_STARTED (RID_SFX_APP_START+7)
-#define MSG_ERR_EXTERNAL_APP_NOT_FOUND (RID_SFX_APP_START+8)
+#define MSG_ERR_NO_WEBBROWSER_FOUND (RID_SFX_APP_START+7)
+
+// Note: no longer in use
+// #define MSG_ERR_EXTERNAL_APP_NOT_FOUND (RID_SFX_APP_START+8)
#define MSG_ISPRINTING_QUERYABORT (RID_SFX_APP_START+9)
#define MSG_CANT_QUIT (RID_SFX_APP_START+10)