From: Julian Smart Date: Sun, 13 Dec 1998 10:57:01 +0000 (+0000) Subject: Changed use_system_defaults to 1. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/137f22e18f5653200b349c9e18e8e5185d0dfd70?ds=inline Changed use_system_defaults to 1. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1187 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/resource/dialog1.wxr b/samples/resource/dialog1.wxr index 1b3813e778..690edaa08c 100644 --- a/samples/resource/dialog1.wxr +++ b/samples/resource/dialog1.wxr @@ -5,7 +5,7 @@ static char *dialog1 = "dialog(name = 'dialog1',\ x = 10, y = 10, width = 198, height = 147,\ background_colour = 'D6D6D6',\ use_dialog_units = 1,\ - use_system_defaults = 0,\ + use_system_defaults = 1,\ font = [12, 'wxSWISS', 'wxNORMAL', 'wxNORMAL', 0, 'Swiss'],\ control = [101, wxStaticBox, 'wxStaticBox', '0', 'group6', 5, 7, 184, 103,\ [12, 'wxSWISS', 'wxNORMAL', 'wxNORMAL', 0, 'Swiss']],\