From 2f0c26fb7788a19cc09f0cc87f54e57d466d05ba Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Wed, 14 Dec 2005 14:21:39 +0000 Subject: 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 --- sfx2/source/appl/sfxhelp.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sfx2') 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" } -- cgit