From eec8d5bd49a4f862ea926ad24ee07f19cdc10933 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 12 Jan 2013 20:15:30 +0000 Subject: added options for not receiving news at startup git-svn-id: http://svn.miranda-ng.org/main/trunk@3080 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/NewsAggregator/Res/Resource.rc | 29 +++++++++++++++++++++-------- 1 file changed, 21 insertions(+), 8 deletions(-) (limited to 'plugins/NewsAggregator/Res/Resource.rc') diff --git a/plugins/NewsAggregator/Res/Resource.rc b/plugins/NewsAggregator/Res/Resource.rc index f0af64b1f4..ce039b7049 100644 --- a/plugins/NewsAggregator/Res/Resource.rc +++ b/plugins/NewsAggregator/Res/Resource.rc @@ -12,6 +12,13 @@ ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS +///////////////////////////////////////////////////////////////////////////// +// Русский (Россия) resources + +#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS) +LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT +#pragma code_page(1251) + ///////////////////////////////////////////////////////////////////////////// // // Icon @@ -19,13 +26,13 @@ // Icon with lowest ID value placed first to ensure application icon // remains consistent on all systems. -IDI_ICON ICON "Main.ico" -IDI_CHECKALL ICON "CheckAll.ico" -IDI_ADDFEED ICON "AddFeed.ico" -IDI_IMPORTFEEDS ICON "Import.ico" -IDI_EXPORTFEEDS ICON "Export.ico" -IDI_ENABLED ICON "Enabled.ico" -IDI_DISABLED ICON "Disabled.ico" +IDI_ICON ICON "Main.ico" +IDI_CHECKALL ICON "CheckAll.ico" +IDI_ADDFEED ICON "AddFeed.ico" +IDI_IMPORTFEEDS ICON "Import.ico" +IDI_EXPORTFEEDS ICON "Export.ico" +IDI_ENABLED ICON "Enabled.ico" +IDI_DISABLED ICON "Disabled.ico" ///////////////////////////////////////////////////////////////////////////// // @@ -43,6 +50,7 @@ BEGIN PUSHBUTTON "Remove",IDC_REMOVE,187,187,50,14 PUSHBUTTON "Import",IDC_IMORT,252,204,50,14 PUSHBUTTON "Export",IDC_EXORT,252,219,50,14 + CONTROL "Retrieve news at startup",IDC_STARTUPRETRIEVE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,9,205,203,10 END IDD_ADDFEED DIALOGEX 0, 0, 250, 228 @@ -114,7 +122,7 @@ GUIDELINES DESIGNINFO BEGIN IDD_OPTIONS, DIALOG BEGIN - BOTTOMMARGIN, 189 + BOTTOMMARGIN, 233 END IDD_ADDFEED, DIALOG @@ -126,6 +134,11 @@ BEGIN END #endif // APSTUDIO_INVOKED +#endif // Русский (Россия) resources +///////////////////////////////////////////////////////////////////////////// + + + #ifndef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // -- cgit v1.2.3