diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-06-20 16:02:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-06-20 16:02:22 +0900 |
commit | bfd50121e0bef4cf7b856cd646062c9b93e7fe40 (patch) | |
tree | cd7b71cf164aab29761018328725ae6f2fd5e9b8 /tdefilereplace/tdefilereplacepart.cpp | |
parent | 588b1440b578cff0a4614a52946b978039ee6f7c (diff) | |
download | tdeutils-bfd50121e0bef4cf7b856cd646062c9b93e7fe40.tar.gz tdeutils-bfd50121e0bef4cf7b856cd646062c9b93e7fe40.zip |
tdefilereplace: simplified format of kfr files for string lists.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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)) { |