From: Václav Slavík Date: Mon, 26 Jan 2004 13:19:31 +0000 (+0000) Subject: renamed system option to better match existing ones X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/19c25033571ac203fa21a7e1aa0366df3ce95686 renamed system option to better match existing ones git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mac/toplevel.h b/include/wx/mac/toplevel.h index 5f1f303b7f..ffb0bcd288 100644 --- a/include/wx/mac/toplevel.h +++ b/include/wx/mac/toplevel.h @@ -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 // ----------------------------------------------------------------------------