diff options
Diffstat (limited to 'kghostview/viewcontrol.cpp')
-rw-r--r-- | kghostview/viewcontrol.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kghostview/viewcontrol.cpp b/kghostview/viewcontrol.cpp index 5a912a0c..3da5730e 100644 --- a/kghostview/viewcontrol.cpp +++ b/kghostview/viewcontrol.cpp @@ -103,7 +103,7 @@ ViewControl::ViewControl( TQWidget *tqparent, const char *name ) grid->addWidget( vcLabel, 1, 0 ); - vcLabel = new TQLabel( orientComboBox, i18n("&Qt::Orientation"), vcGroupBox ); + vcLabel = new TQLabel( orientComboBox, i18n("&Orientation"), vcGroupBox ); vcLabel->tqsetAlignment( AlignRight | AlignVCenter | ShowPrefix ); if ( vcLabel->tqsizeHint().width() > labelWidth ) labelWidth = vcLabel->tqsizeHint().width(); |