From 16c1ea274f650de0fc254b4e42ac19e4e3258c03 Mon Sep 17 00:00:00 2001 From: dmex Date: Mon, 15 Aug 2011 07:15:31 +0000 Subject: [PATCH] Updater: (XP) missed font correction git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4445 21ef857c-d57f-4fe0-8362-d861dc6d29cd --- 2.x/trunk/plugins/Updater/Updater.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.x/trunk/plugins/Updater/Updater.rc b/2.x/trunk/plugins/Updater/Updater.rc index f6acd4298..656096022 100644 --- a/2.x/trunk/plugins/Updater/Updater.rc +++ b/2.x/trunk/plugins/Updater/Updater.rc @@ -120,7 +120,7 @@ END IDD_DIALOG1 DIALOGEX 0, 0, 317, 133 STYLE DS_SETFONT | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME CAPTION "Dialog" -FONT 8, "Segoe UI", 400, 0, 0x0 +FONT 8, "MS Shell Dlg", 400, 0, 0x1 BEGIN DEFPUSHBUTTON "OK",IDOK,205,112,50,14 PUSHBUTTON "Cancel",IDCANCEL,260,112,50,14