]> git.saurik.com Git - wxWidgets.git/commitdiff
renamed system option to better match existing ones
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 26 Jan 2004 13:19:31 +0000 (13:19 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 26 Jan 2004 13:19:31 +0000 (13:19 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/toplevel.h

index 5f1f303b7f003ce0c89d1c6b95b312f180b11af0..ffb0bcd288f30ff962c2f161a8b87bbc5db52bcf 100644 (file)
@@ -17,7 +17,7 @@
 #endif
 
 #if wxUSE_SYSTEM_OPTIONS
-    #define wxMAC_WINDOW_PLAIN_TRANSITION _T("MAC_WINDOW_PLAIN_TRANSITION")
+    #define wxMAC_WINDOW_PLAIN_TRANSITION _T("mac.window-plain-transition")
 #endif
 
 // ----------------------------------------------------------------------------