From c21f94f7ec40824f2ce209234bc0d95c38d49288 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Sat, 4 Oct 2014 11:03:56 +0900 Subject: Fixed incorrect renamed strings. This resolves bug 2138. --- kommander/editor/propertyeditor.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kommander/editor/propertyeditor.cpp') diff --git a/kommander/editor/propertyeditor.cpp b/kommander/editor/propertyeditor.cpp index 6bdbb12e..4893ee80 100644 --- a/kommander/editor/propertyeditor.cpp +++ b/kommander/editor/propertyeditor.cpp @@ -2271,11 +2271,11 @@ TQComboBox *PropertyCursorItem::combo() cur = TQBitmap(sizev_width, sizev_height, sizev_bits, true); cur.setMask( cur ); - comb->insertItem( cur, i18n("SizeQt::Vertical"), TQObject::SizeVerCursor ); + comb->insertItem( cur, i18n("Size Vertical"), TQObject::SizeVerCursor ); cur = TQBitmap(sizeh_width, sizeh_height, sizeh_bits, true); cur.setMask( cur ); - comb->insertItem( cur, i18n("SizeQt::Horizontal"), TQObject::SizeHorCursor ); + comb->insertItem( cur, i18n("Size Horizontal"), TQObject::SizeHorCursor ); cur = TQBitmap(sizef_width, sizef_height, sizef_bits, true); cur.setMask( cur ); @@ -2295,11 +2295,11 @@ TQComboBox *PropertyCursorItem::combo() cur = TQBitmap(vsplit_width, vsplit_height, vsplit_bits, true); cur.setMask( cur ); - comb->insertItem( cur, i18n("SplitQt::Vertical"), TQObject::SplitVCursor ); + comb->insertItem( cur, i18n("Split Vertical"), TQObject::SplitVCursor ); cur = TQBitmap(hsplit_width, hsplit_height, hsplit_bits, true); cur.setMask( cur ); - comb->insertItem( cur, i18n("SplitQt::Horizontal"), TQObject::SplitHCursor ); + comb->insertItem( cur, i18n("Split Horizontal"), TQObject::SplitHCursor ); cur = TQBitmap(hand_width, hand_height, hand_bits, true); cur.setMask( cur ); -- cgit v1.2.3