diff --git a/programs/winedbg/winedbg.rc b/programs/winedbg/winedbg.rc index 314500c7113..2e83cda8ab9 100644 --- a/programs/winedbg/winedbg.rc +++ b/programs/winedbg/winedbg.rc @@ -68,6 +68,6 @@ BEGIN then file a bug report \ and attach that file to the report.", IDC_STATIC_TXT2,"SysLink",0,6,185,288,32 - DEFPUSHBUTTON "Close", IDOK, 236, 220, 60, 16, WS_TABSTOP - PUSHBUTTON "&Save As...", ID_SAVEAS, 172, 220, 60, 16, WS_TABSTOP + DEFPUSHBUTTON "Close", IDOK, 226, 220, 70, 16, WS_TABSTOP + PUSHBUTTON "&Save As...", ID_SAVEAS, 152, 220, 70, 16, WS_TABSTOP END