diff options
Diffstat (limited to 'sw/source/ui/dochdl/gloshdl.cxx')
-rw-r--r-- | sw/source/ui/dochdl/gloshdl.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/ui/dochdl/gloshdl.cxx b/sw/source/ui/dochdl/gloshdl.cxx index c98b76476c10..8d716d6420a9 100644 --- a/sw/source/ui/dochdl/gloshdl.cxx +++ b/sw/source/ui/dochdl/gloshdl.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: gloshdl.cxx,v $ - * $Revision: 1.32 $ + * $Revision: 1.32.240.1 $ * * This file is part of OpenOffice.org. * @@ -647,10 +647,10 @@ BOOL SwGlossaryHdl::Expand( const String& rShortName, } else { - String aTmp( SW_RES(STR_NOGLOS1)); - aTmp += aShortName; - aTmp += SW_RESSTR(STR_NOGLOS2); + String aTmp( SW_RES(STR_NOGLOS)); + aTmp.SearchAndReplaceAscii("%1", aShortName); InfoBox( pWrtShell->GetView().GetWindow(), aTmp ).Execute(); + } } |