diff options
author | Ian C <ianc@noddybox.co.uk> | 2005-04-18 01:01:56 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2005-04-18 01:01:56 +0000 |
commit | 4d95c5cdaa720c5207a5f5b0d97a884a7ed1a3ab (patch) | |
tree | d44f4b49f78108b10a651c6a8c4d504093c7cafe /opengl/dialog.rc | |
parent | 14123d8051df5cbae0331c28f63a8ec3ef9a3852 (diff) |
Added core of group explode. Also fixed modal windows as well as can be done with MS.
Diffstat (limited to 'opengl/dialog.rc')
-rw-r--r-- | opengl/dialog.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/dialog.rc b/opengl/dialog.rc index 9399f20..731a865 100644 --- a/opengl/dialog.rc +++ b/opengl/dialog.rc @@ -1,7 +1,7 @@ #include <windows.h> #include "dialog.h" -GL_DIALOG DIALOG 0, 0, 337, 181 +GL_DIALOG DIALOG 100, 100, 337, 181 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION CAPTION "OpenGL Export" LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US |