summaryrefslogtreecommitdiffstats
path: root/tools/designer/plugins/glade/glade2ui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/designer/plugins/glade/glade2ui.cpp')
-rw-r--r--tools/designer/plugins/glade/glade2ui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/designer/plugins/glade/glade2ui.cpp b/tools/designer/plugins/glade/glade2ui.cpp
index 89337eb5..44965b6e 100644
--- a/tools/designer/plugins/glade/glade2ui.cpp
+++ b/tools/designer/plugins/glade/glade2ui.cpp
@@ -447,7 +447,7 @@ static TQString accelerate( const TQString& gtkLabel )
{
TQString qtLabel = gtkLabel;
qtLabel.replace( '&', TQString("&&") );
- // close but not tquite right
+ // close but not quite right
qtLabel.replace( TQChar('_'), TQChar('&') );
return qtLabel;
}