From: Paul Cornett Date: Thu, 7 Dec 2006 07:18:38 +0000 (+0000) Subject: indentation fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f7b7521722b65153e93c289a001828e8ca0bd406 indentation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43850 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/gtk/dirdlg.cpp b/src/gtk/dirdlg.cpp index 70faf33d0c..7e75f05131 100644 --- a/src/gtk/dirdlg.cpp +++ b/src/gtk/dirdlg.cpp @@ -115,7 +115,7 @@ wxDirDialog::wxDirDialog(wxWindow* parent, const wxString& title, gtk_parent = GTK_WINDOW( gtk_widget_get_toplevel(parent->m_widget) ); if (HasFlag(wxDD_DIR_MUST_EXIST)) - gtk_action = GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER; + gtk_action = GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER; else gtk_action = GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER;