brewpanel/brewpanel.c

changeset 425
c51265b518ce
parent 410
e3f8a51b566a
child 431
b3895cd6edd3
equal deleted inserted replaced
424:d5e36ca9085f 425:c51265b518ce
149 SDLGui_Init(); 149 SDLGui_Init();
150 snprintf(title, 80, "brewpanel v%s", VERSION); 150 snprintf(title, 80, "brewpanel v%s", VERSION);
151 SDL_WM_SetCaption(title, NULL); 151 SDL_WM_SetCaption(title, NULL);
152 152
153 syslog(LOG_NOTICE, "Starting mainloop"); 153 syslog(LOG_NOTICE, "Starting mainloop");
154 Dialog_BrewDlg(); 154 Dialog_BrewDlg(1);
155 syslog(LOG_NOTICE, "Out of mainloop, cleanup"); 155 syslog(LOG_NOTICE, "Out of mainloop, cleanup");
156 156
157 SDLGui_UnInit(); 157 SDLGui_UnInit();
158 SDL_FreeSurface(PAN_surface); 158 SDL_FreeSurface(PAN_surface);
159 SDL_Quit(); 159 SDL_Quit();

mercurial