GUI configuration dialog is now centered.

This commit is contained in:
rheiny 2007-02-11 15:40:50 +00:00
parent 23c0a5ab65
commit ab96f4b00a
1 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,6 @@
#include "common.h" #include "common.h"
#include "main.h" #include "main.h"
#include "gui.h"
/** /**
* Processes information from the GUI options dialog after * Processes information from the GUI options dialog after
@ -71,6 +72,8 @@ BOOL CALLBACK GUIConCallB(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
CheckDlgButton(hwndDlg, CB_DISABLE_SCREEN_SAVER, BST_CHECKED); CheckDlgButton(hwndDlg, CB_DISABLE_SCREEN_SAVER, BST_CHECKED);
} }
CenterWindowOnScreen(hwndDlg);
break; break;
case WM_CLOSE: case WM_CLOSE: