]> git.saurik.com Git - wxWidgets.git/commitdiff
indentation fix
authorPaul Cornett <paulcor@bullseye.com>
Thu, 7 Dec 2006 07:18:38 +0000 (07:18 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Thu, 7 Dec 2006 07:18:38 +0000 (07:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43850 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/dirdlg.cpp

index 70faf33d0cdf07d284b28612de3c9347668b7a8a..7e75f051314503a21af3164ace7cd839f4cef8af 100644 (file)
@@ -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_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;
 
         else
             gtk_action = GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER;