mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-24 11:47:06 -04:00
[loc] fix localization for notification dialog titles
* Also fix double columns from the update dialog * Issues reported by Wayne Ying
This commit is contained in:
parent
24e73c5e10
commit
d5a02c63f1
4 changed files with 16 additions and 16 deletions
|
@ -681,7 +681,7 @@ BOOL Notification(int type, const notification_info* more_info, char* title, cha
|
|||
hMessageIcon = LoadIcon(NULL, IDI_INFORMATION);
|
||||
break;
|
||||
}
|
||||
ret = (DialogBox(hMainInstance, MAKEINTRESOURCE(IDD_NOTIFICATION), hMainDialog, NotificationCallback) == IDYES);
|
||||
ret = (DialogBoxW(hMainInstance, MAKEINTRESOURCEW(IDD_NOTIFICATION), hMainDialog, NotificationCallback) == IDYES);
|
||||
safe_free(szMessageText);
|
||||
dialog_showing--;
|
||||
return ret;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue