diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2013-02-11 20:04:38 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2013-02-11 20:04:38 +0000 |
commit | 5cc6739dbd9e3c82b3ec7f714043acb18af4cd3a (patch) | |
tree | f9b3823b93a6f53420a31744d97834c77bc8fc72 /protocols/AimOscar/res | |
parent | 8649df8d7424db2391fc5a2daef9b85308b95f88 (diff) |
minor ressource fixes (fixes #229)
git-svn-id: http://svn.miranda-ng.org/main/trunk@3557 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/AimOscar/res')
-rw-r--r-- | protocols/AimOscar/res/aim.rc | 12 |
1 files changed, 5 insertions, 7 deletions
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
/////////////////////////////////////////////////////////////////////////////
|