diff options
| author | 2010-08-17 22:43:17 +0000 | |
|---|---|---|
| committer | 2010-08-17 22:43:17 +0000 | |
| commit | 7748748ec8d8438b317e490e799dc4aeacb54320 (patch) | |
| tree | fe239c7e3d72f20540b3f99bc240583e11874706 /src/modules/editor/scripteditor.cpp | |
| parent | Reworked the way kvirc parses channel modes; (diff) | |
| download | KVIrc-7748748ec8d8438b317e490e799dc4aeacb54320.tar.gz KVIrc-7748748ec8d8438b317e490e799dc4aeacb54320.tar.bz2 KVIrc-7748748ec8d8438b317e490e799dc4aeacb54320.zip | |
Fixed replace in classeditor
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4892 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/editor/scripteditor.cpp')
| -rw-r--r-- | src/modules/editor/scripteditor.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/modules/editor/scripteditor.cpp b/src/modules/editor/scripteditor.cpp index de782add6..05cb47137 100644 --- a/src/modules/editor/scripteditor.cpp +++ b/src/modules/editor/scripteditor.cpp @@ -463,7 +463,6 @@ bool KviScriptEditorWidget::contextSensitiveHelp() const int iPara, iIndex; getCursorPosition(&iPara,&iIndex); szBuffer = text(iPara); - getWordOnCursor(szBuffer,iIndex); */ @@ -1042,7 +1041,7 @@ KviScriptEditorReplaceDialog::KviScriptEditorReplaceDialog(QWidget * pParent, co m_pCheckReplaceAll = new QCheckBox(this); m_pCheckReplaceAll->setObjectName("replaceAll"); - m_pCheckReplaceAll->setText(__tr2qs_ctx("&Replace in all Aliases","editor")); + m_pCheckReplaceAll->setText(__tr2qs_ctx("&Replace in all editor's items","editor")); pLayout->addWidget(m_pCheckReplaceAll,2,0); QPushButton * pCancelButton = new QPushButton(this); |
