Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/elfmz/far2l.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunxed <unxed@mail.ru>2020-10-17 00:05:17 +0300
committerunxed <unxed@mail.ru>2020-10-17 00:05:17 +0300
commit1ffd0f6d593b69d4dd2884870be88f6ce63f9f03 (patch)
treeedcf8fc9c220e42369a045d377de64450c3e6968
parent7d30acbd0f33fbe0f3454c1d762a239bd2c419b2 (diff)
commented out unneeded double push in colorer scheme selection menu
-rw-r--r--colorer/src/pcolorer2/FarEditorSet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/colorer/src/pcolorer2/FarEditorSet.cpp b/colorer/src/pcolorer2/FarEditorSet.cpp
index 1ab608a7..4df49416 100644
--- a/colorer/src/pcolorer2/FarEditorSet.cpp
+++ b/colorer/src/pcolorer2/FarEditorSet.cpp
@@ -783,7 +783,7 @@ const String *FarEditorSet::chooseHRDName(const String *current, SString _hrdCla
if (!descr->length()){
descr = name;
}
- names.push_back(name);
+ //names.push_back(name);
menuElements[i].Text = (wchar_t*)descr->getWChars();