diff options
Diffstat (limited to 'tdefilereplace/tdefilereplacepart.cpp')
-rw-r--r-- | tdefilereplace/tdefilereplacepart.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tdefilereplace/tdefilereplacepart.cpp b/tdefilereplace/tdefilereplacepart.cpp index 7d0da75..5e08355 100644 --- a/tdefilereplace/tdefilereplacepart.cpp +++ b/tdefilereplace/tdefilereplacepart.cpp @@ -1570,8 +1570,7 @@ void TDEFileReplacePart::loadViewContent() void TDEFileReplacePart::loadRulesFile(const TQString& fileName) { - /* Loads a file with kfr extension. - * creates a xml document and browses it*/ + // Loads a file with kfr extension, creates a xml document and browses it TQDomDocument doc("mydocument"); TQFile file(fileName); TDEListView* sv = m_view->getStringsView(); @@ -1636,7 +1635,7 @@ void TDEFileReplacePart::loadRulesFile(const TQString& fileName) n = n.nextSibling(); } - // Adds file to "load strings form file" menu + // Adds file to "load strings from file" menu TQStringList fileList = m_option->m_recentStringFileList; if(!fileList.contains(fileName)) { |