diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-12-14 14:21:39 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-12-14 14:21:39 +0000 |
commit | 2f0c26fb7788a19cc09f0cc87f54e57d466d05ba (patch) | |
tree | b1392524774fa9a142f859ed77e92155beab36c3 /sfx2 | |
parent | 1d88d72d8ddebfe0472dc4105d53d1fd2f730761 (diff) |
INTEGRATION: CWS helpnotfoundmsg (1.66.68); FILE MERGED
2005/11/08 20:44:20 rene 1.66.68.1: #i55841# make error message when no help is found more clear
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/sfxhelp.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/appl/sfxhelp.cxx b/sfx2/source/appl/sfxhelp.cxx index 2ed29c37bb0c..01f611d07f0c 100644 --- a/sfx2/source/appl/sfxhelp.cxx +++ b/sfx2/source/appl/sfxhelp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sfxhelp.cxx,v $ * - * $Revision: 1.66 $ + * $Revision: 1.67 $ * - * last change: $Author: rt $ $Date: 2005-09-07 17:47:17 $ + * last change: $Author: rt $ $Date: 2005-12-14 15:21:39 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -151,7 +151,7 @@ public: NoHelpErrorBox::NoHelpErrorBox( Window* _pParent ) : - ErrorBox( _pParent, WB_OK, String( SfxResId( RID_STR_HLPAPPNOTSTARTED ) ) ) + ErrorBox( _pParent, WB_OK, String( SfxResId( RID_STR_HLPFILENOTEXIST ) ) ) { // Error message: "No help available" } |