| # | Line 64 | Line 64 | class wxStatusBar; | |
|---|---|---|
| 64 | #define SYMBOL_MAINWINDOW_STYLE wxCAPTION|wxRESIZE_BORDER|wxSYSTEM_MENU|wxMINIMIZE_BOX|wxMAXIMIZE_BOX|wxCLOSE_BOX|wxSIMPLE_BORDER | |
| 65 | #define SYMBOL_MAINWINDOW_TITLE _("Installer") | |
| 66 | #define SYMBOL_MAINWINDOW_IDNAME ID_MAINWINDOW | |
| 67 | < | #define SYMBOL_MAINWINDOW_SIZE wxSize(400, 500) |
| 67 | > | #define SYMBOL_MAINWINDOW_SIZE wxSize(540, 500) |
| 68 | #define SYMBOL_MAINWINDOW_POSITION wxDefaultPosition | |
| 69 | ////@end control identifiers | |
| 70 | ||
| # | Line 189 | Line 189 | public: | |
| 189 | ||
| 190 | #endif | |
| 191 | // _MAINWINDOW_H_ | |
| 192 | + | void doglobalizeData(void); |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |