From 2a9b558d0590d051f7efc5e492b4f6fabc965ad4 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Wed, 7 Jan 2004 14:43:14 +0000 Subject: INTEGRATION: CWS geordi2q12 (1.8.64); FILE MERGED 2004/01/07 12:25:09 hr 1.8.64.1: #111934#: merge CWS mnemonics -> SRC680 --- padmin/source/newppdlg.cxx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'padmin/source/newppdlg.cxx') diff --git a/padmin/source/newppdlg.cxx b/padmin/source/newppdlg.cxx index 7756e0123c5d..295ed61d9f69 100644 --- a/padmin/source/newppdlg.cxx +++ b/padmin/source/newppdlg.cxx @@ -2,9 +2,9 @@ * * $RCSfile: newppdlg.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: vg $ $Date: 2003-05-28 12:36:18 $ + * last change: $Author: rt $ $Date: 2004-01-07 15:43:14 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -71,6 +71,9 @@ #ifndef _SV_SVAPP_HXX #include #endif +#ifndef _SV_MNEMONIC_HXX +#include +#endif #ifndef _URLOBJ_HXX #include #endif @@ -121,8 +124,7 @@ PPDImportDialog::PPDImportDialog( Window* pParent ) : String aText( m_aDriverTxt.GetText() ); aText.SearchAndReplaceAscii( "%s", Button::GetStandardText( BUTTON_OK ) ); - aText.EraseAllChars( '~' ); - m_aDriverTxt.SetText( aText ); + m_aDriverTxt.SetText( MnemonicGenerator::EraseAllMnemonicChars( aText ) ); Config& rConfig = getPadminRC(); rConfig.SetGroup( PPDIMPORT_GROUP ); -- cgit v1.2.3