summaryrefslogtreecommitdiffstats
path: root/languages/ruby
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-27 21:38:57 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-27 21:38:57 +0000
commit6371eaf92308c66fa386dbfc43baaf1ef16feda5 (patch)
tree4a1990f66095860aca62feff8b15480e2545facb /languages/ruby
parentab257225f82696202bf13962be1926f7bbdad243 (diff)
downloadtdevelop-6371eaf92308c66fa386dbfc43baaf1ef16feda5.tar.gz
tdevelop-6371eaf92308c66fa386dbfc43baaf1ef16feda5.zip
Fix a number of accidental tqStatus string conversions
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1249829 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'languages/ruby')
-rw-r--r--languages/ruby/debugger/rdbbreakpointwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/ruby/debugger/rdbbreakpointwidget.cpp b/languages/ruby/debugger/rdbbreakpointwidget.cpp
index 5fb75098..8607b73e 100644
--- a/languages/ruby/debugger/rdbbreakpointwidget.cpp
+++ b/languages/ruby/debugger/rdbbreakpointwidget.cpp
@@ -228,7 +228,7 @@ RDBBreakpointWidget::RDBBreakpointWidget(TQWidget *parent, const char *name) :
header->setLabel( Enable, "" );
header->setLabel( Type, i18n("Type") );
- header->setLabel( tqStatus, i18n("tqStatus") );
+ header->setLabel( tqStatus, i18n("Status") );
header->setLabel( Location, i18n("Location") );
m_table->show();