summaryrefslogtreecommitdiff
path: root/shared/dir_name.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'shared/dir_name.cpp')
-rw-r--r--shared/dir_name.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/dir_name.cpp b/shared/dir_name.cpp
index 6945fb9c..f1b0c3c2 100644
--- a/shared/dir_name.cpp
+++ b/shared/dir_name.cpp
@@ -37,7 +37,7 @@ void setDirectoryNameImpl(const wxString& dirname, wxDirPickerCtrl* dirPicker, w
staticBox->GetStaticBox()->SetLabel(dirNormalized == dirFormatted ? wxString(_("Drag && drop")) : dirFormatted);
}
-
+
if (dirPicker)
{
if (!dirFormatted.empty() &&
bgstack15