Skip to content

Commit bcc492f

Browse files
minor commenting
1 parent bdeb912 commit bcc492f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/interface_derived.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,6 @@ void MainFrameDerived::AddProject(const project& p, const std::string& filter, b
550550
return;
551551
}
552552

553-
//add to the UI
554553
auto name = p.name;
555554
transform(name.begin(), name.end(), name.begin(), ::tolower);
556555
if (name.find(filter) != std::string::npos){
@@ -561,6 +560,7 @@ void MainFrameDerived::AddProject(const project& p, const std::string& filter, b
561560
SaveProjects();
562561
}
563562

563+
//add to the UI
564564
wxListItem i;
565565
i.SetId(projectsList->GetItemCount());
566566
i.SetText(p.name);

0 commit comments

Comments
 (0)