comparison gui/win32/preferences.c @ 36725:31138a69aee6

Cosmetic: Adjust indent.
author ib
date Sun, 09 Feb 2014 17:56:11 +0000
parents 3561e179b25c
children a5550a57a6cb
comparison
equal deleted inserted replaced
36724:3561e179b25c 36725:31138a69aee6
632 else if(SendDlgItemMessage(hwnd, ID_OSD3, BM_GETCHECK, 0, 0) == BST_CHECKED) 632 else if(SendDlgItemMessage(hwnd, ID_OSD3, BM_GETCHECK, 0, 0) == BST_CHECKED)
633 osd_level = 3; 633 osd_level = 3;
634 634
635 if (guiInfo.Playing) 635 if (guiInfo.Playing)
636 { 636 {
637 caption = strdup(acp(MSGTR_GUI_Information)); 637 caption = strdup(acp(MSGTR_GUI_Information));
638 MessageBox(hwnd, acp(MSGTR_GUI_MSG_PlaybackNeedsRestart), caption, MB_OK | MB_ICONINFORMATION); 638 MessageBox(hwnd, acp(MSGTR_GUI_MSG_PlaybackNeedsRestart), caption, MB_OK | MB_ICONINFORMATION);
639 free(caption); 639 free(caption);
640 } 640 }
641 641
642 DestroyWindow(hwnd); 642 DestroyWindow(hwnd);
643 break; 643 break;
644 } 644 }