]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/dirdlg.h
No code changes, fixed various typos.
[wxWidgets.git] / include / wx / osx / dirdlg.h
index 5cb641617ae6d9560260f4102d2dd3fe4c74972d..584527f6220ad85b673455271cc38967f5674f1f 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        dirdlg.h
+// Name:        wx/osx/dirdlg.h
 // Purpose:     wxDirDialog class
 // Author:      Stefan Csomor
 // Modified by:
@@ -24,11 +24,11 @@ public:
                 const wxString& name = wxDirDialogNameStr);
 
     virtual int ShowModal();
-    
+
 #if wxOSX_USE_COCOA
     virtual void ShowWindowModal();
     virtual void ModalFinishedCallback(void* panel, int returnCode);
-#endif    
+#endif
 
 protected: