]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/snglinst.h
Made toolbars sticky, i.e. you need to drag them
[wxWidgets.git] / include / wx / snglinst.h
index 4c2a2b32f7cef84051cd340bd1d8dc6455b83baf..da34c90e5ae6954cbe39a859386a0d85c4a53f59 100644 (file)
 #ifndef _WX_SNGLINST_H_
 #define _WX_SNGLINST_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
-    #pragma interface "snglinst.h"
-#endif
-
 #if wxUSE_SNGLINST_CHECKER
 
 // ----------------------------------------------------------------------------
@@ -44,7 +40,7 @@ public:
     // path is optional and is ignored under Win32 and used as the directory to
     // create the lock file in under Unix (default is wxGetHomeDir())
     //
-    // returns FALSE if initialization failed, it doesn't mean that another
+    // returns false if initialization failed, it doesn't mean that another
     // instance is running - use IsAnotherRunning() to check it
     bool Create(const wxString& name, const wxString& path = wxEmptyString);