diff options
| author | 2016-05-29 17:07:50 +1000 | |
|---|---|---|
| committer | 2016-05-29 20:45:32 +1000 | |
| commit | d794248e5d772621c950c7996c4c1692d9e79a8f (patch) | |
| tree | 1c3dbea480295e5ac96b925386ef1ccf4fd878bc /src/modules/options/OptionsWidget_textIcons.cpp | |
| parent | KviStatusBar: simplify status bar user (+modes) + server entry (diff) | |
| download | KVIrc-d794248e5d772621c950c7996c4c1692d9e79a8f.tar.gz KVIrc-d794248e5d772621c950c7996c4c1692d9e79a8f.tar.bz2 KVIrc-d794248e5d772621c950c7996c4c1692d9e79a8f.zip | |
Add italic text. Resolves kvirc/KVIrc#1070.
Move emoticons to code point 0x1C.
Diffstat (limited to 'src/modules/options/OptionsWidget_textIcons.cpp')
| -rw-r--r-- | src/modules/options/OptionsWidget_textIcons.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/options/OptionsWidget_textIcons.cpp b/src/modules/options/OptionsWidget_textIcons.cpp index 05235a59a..cd02f0916 100644 --- a/src/modules/options/OptionsWidget_textIcons.cpp +++ b/src/modules/options/OptionsWidget_textIcons.cpp @@ -87,7 +87,7 @@ OptionsWidget_textIcons::OptionsWidget_textIcons(QWidget * parent) m_pTable->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff); mergeTip(m_pTable->viewport(), __tr2qs_ctx("This table contains the text icon associations.<br>" - "KVIrc will use them to display the Ctrl+I escape sequences " + "KVIrc will use them to display the Ctrl+E escape sequences " "and eventually the emoticons.", "options")); layout()->addWidget(m_pTable, 0, 0, 1, 3); |
