]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/msgdlgg.h
change superflous elif to else
[wxWidgets.git] / include / wx / generic / msgdlgg.h
index 521f5586fa8340c0c6152afdd8159de105ee07d2..74f55850b4ad23360c9db67fe3f3550e6470c058 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     01/02/97
 // RCS-ID:      $Id$
 // Copyright:   (c)
-// Licence:    wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef __MSGDLGH_G__
@@ -22,7 +22,7 @@
 // type is an 'or' (|) of wxOK, wxCANCEL, wxYES_NO
 // Returns wxYES/NO/OK/CANCEL
 
-WXDLLEXPORT_DATA(extern const wxChar*) wxMessageBoxCaptionStr;
+extern WXDLLEXPORT_DATA(const wxChar*) wxMessageBoxCaptionStr;
 
 class WXDLLEXPORT wxGenericMessageDialog: public wxDialog
 {
@@ -47,5 +47,4 @@ private:
 #define wxMessageDialog wxGenericMessageDialog
 #endif
 
-#endif
-       // __MSGDLGH_G__
+#endif // __MSGDLGH_G__