|
|
@ -65,8 +65,8 @@ CharSelector::CharSelector( TQWidget* parent, const char* name )
|
|
|
|
<< i18n("The Form Feed Character (\\f)")
|
|
|
|
<< i18n("The Form Feed Character (\\f)")
|
|
|
|
<< i18n("The Line Feed Character (\\n)")
|
|
|
|
<< i18n("The Line Feed Character (\\n)")
|
|
|
|
<< i18n("The Carriage Return Character (\\r)")
|
|
|
|
<< i18n("The Carriage Return Character (\\r)")
|
|
|
|
<< i18n("TheQt::Horizontal Tab Character (\\t)")
|
|
|
|
<< i18n("The Horizontal Tab Character (\\t)")
|
|
|
|
<< i18n("TheQt::Vertical Tab Character (\\v)");
|
|
|
|
<< i18n("The Vertical Tab Character (\\v)");
|
|
|
|
_type->insertStringList( items );
|
|
|
|
_type->insertStringList( items );
|
|
|
|
layout->addWidget( _type );
|
|
|
|
layout->addWidget( _type );
|
|
|
|
|
|
|
|
|
|
|
|