diff options
author | Marius Kintel <marius@kintel.net> | 2011-12-28 20:32:56 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-12-28 20:32:56 (GMT) |
commit | 2799c8e9909ebc3a8e25946463cb259713daa5c1 (patch) | |
tree | 2fc9dda474affcdc27e7d4c6f3840d8f390ec595 /src/OpenCSGWarningDialog.ui | |
parent | 6b5c103d5729283e3d52a6bf257cf75918755aa7 (diff) |
Enable OpenCSG as default for capable OpenGL 1.x contexts as this appears to be the normal situation
Diffstat (limited to 'src/OpenCSGWarningDialog.ui')
-rw-r--r-- | src/OpenCSGWarningDialog.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/OpenCSGWarningDialog.ui b/src/OpenCSGWarningDialog.ui index f902521..fe3f192 100644 --- a/src/OpenCSGWarningDialog.ui +++ b/src/OpenCSGWarningDialog.ui @@ -33,6 +33,9 @@ p, li { white-space: pre-wrap; } <property name="text"> <string>Enable OpenCSG</string> </property> + <property name="checked"> + <bool>true</bool> + </property> </widget> </item> <item> |