]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Fix for bug IPAL10053.
authormzn <mzn@opencascade.com>
Fri, 28 Jul 2006 09:50:41 +0000 (09:50 +0000)
committermzn <mzn@opencascade.com>
Fri, 28 Jul 2006 09:50:41 +0000 (09:50 +0000)
src/Qtx/QtxListResourceEdit.cxx

index 3b93b846f9f13eb2ce12467b65254cc9fbae2777..fb61b48c2b4080f322304e06ec6f662b3b50cb1b 100644 (file)
@@ -1182,7 +1182,7 @@ QtxListResourceEdit::FontItem::FontItem( const QString& title, QtxResourceEdit*
   mySizes->setInsertionPolicy( QComboBox::NoInsertion );
   myBold = new QCheckBox( tr( "Bold" ), this );
   myItalic = new QCheckBox( tr( "Italic" ), this );
-  myUnderline = new QCheckBox( tr( "Underline" ), this );
+  myUnderline = new QCheckBox( tr( "Shadow" ), this );
   myPreview = new QToolButton( this );
   myPreview->setText( "..." );