summaryrefslogtreecommitdiff
path: root/ui/dir_name.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ui/dir_name.cpp')
-rw-r--r--ui/dir_name.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/dir_name.cpp b/ui/dir_name.cpp
index 7d4f7a31..a1a00d74 100644
--- a/ui/dir_name.cpp
+++ b/ui/dir_name.cpp
@@ -175,7 +175,7 @@ void DirectoryName<NameControl>::OnSelectDir(wxCommandEvent& event)
}
}
- //wxDirDialog internally uses lame looking SHBrowseForFolder(); Better use IFileDialog() instead! (remembers size and position!)
+ //wxDirDialog internally uses lame-looking SHBrowseForFolder(); we better use IFileDialog() instead! (remembers size and position!)
std::unique_ptr<wxString> newFolder;
#ifdef FFS_WIN
if (vistaOrLater())
bgstack15