From 5cc6739dbd9e3c82b3ec7f714043acb18af4cd3a Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Mon, 11 Feb 2013 20:04:38 +0000 Subject: minor ressource fixes (fixes #229) git-svn-id: http://svn.miranda-ng.org/main/trunk@3557 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/AimOscar/res/aim.rc | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'protocols') diff --git a/protocols/AimOscar/res/aim.rc b/protocols/AimOscar/res/aim.rc index 707aff6a6f..46dc858991 100644 --- a/protocols/AimOscar/res/aim.rc +++ b/protocols/AimOscar/res/aim.rc @@ -13,13 +13,11 @@ #undef APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// -// English (U.S.) resources +// English (United States) resources #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) -#ifdef _WIN32 LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US #pragma code_page(1252) -#endif //_WIN32 #ifdef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// @@ -137,7 +135,7 @@ BEGIN PUSHBUTTON "Unset Idle",IDCANCEL,129,50,39,14 END -IDD_PRIVACY DIALOGEX 0, 0, 301, 249 +IDD_PRIVACY DIALOGEX 0, 0, 301, 220 STYLE DS_SETFONT | DS_3DLOOK | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 400, 0, 0x1 @@ -235,7 +233,7 @@ END // #ifdef APSTUDIO_INVOKED -GUIDELINES DESIGNINFO +GUIDELINES DESIGNINFO BEGIN IDD_AIM, DIALOG BEGIN @@ -260,7 +258,7 @@ BEGIN LEFTMARGIN, 7 RIGHTMARGIN, 294 TOPMARGIN, 7 - BOTTOMMARGIN, 242 + BOTTOMMARGIN, 213 END IDD_CHAT, DIALOG @@ -325,7 +323,7 @@ IDI_NORMALSCRIPT ICON "normalscript.ico" IDI_SUBSCRIPT ICON "subscript.ico" IDI_SUPERSCRIPT ICON "superscript.ico" IDI_BLOCK ICON "block.ico" -#endif // English (U.S.) resources +#endif // English (United States) resources ///////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3