diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/NewsAggregator/Res/Resource.rc | 14 | ||||
-rw-r--r-- | plugins/NewsAggregator/Src/Utils.cpp | 2 | ||||
-rw-r--r-- | plugins/NewsAggregator/Src/Version.h | 2 |
3 files changed, 3 insertions, 15 deletions
diff --git a/plugins/NewsAggregator/Res/Resource.rc b/plugins/NewsAggregator/Res/Resource.rc index 5fde4829c9..f0af64b1f4 100644 --- a/plugins/NewsAggregator/Res/Resource.rc +++ b/plugins/NewsAggregator/Res/Resource.rc @@ -13,13 +13,6 @@ #undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
-// Русский (Россия) resources
-
-#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS)
-LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
-#pragma code_page(1251)
-
-/////////////////////////////////////////////////////////////////////////////
//
// Icon
//
@@ -44,7 +37,7 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- CONTROL "",IDC_FEEDLIST,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOSORTHEADER | WS_TABSTOP,9,8,294,174
+ CONTROL "",IDC_FEEDLIST,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,9,8,294,174
PUSHBUTTON "Add",IDC_ADD,79,187,50,14
PUSHBUTTON "Change",IDC_CHANGE,133,187,50,14
PUSHBUTTON "Remove",IDC_REMOVE,187,187,50,14
@@ -133,11 +126,6 @@ BEGIN END
#endif // APSTUDIO_INVOKED
-#endif // Русский (Россия) resources
-/////////////////////////////////////////////////////////////////////////////
-
-
-
#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
diff --git a/plugins/NewsAggregator/Src/Utils.cpp b/plugins/NewsAggregator/Src/Utils.cpp index 0a4cca2207..d4bf2be460 100644 --- a/plugins/NewsAggregator/Src/Utils.cpp +++ b/plugins/NewsAggregator/Src/Utils.cpp @@ -256,7 +256,7 @@ VOID CreateList(HWND hwndList) lvc.iSubItem = 1;
lvc.pszText = TranslateT("URL");
- lvc.cx = 280; // width of column in pixels
+ lvc.cx = 276; // width of column in pixels
ListView_InsertColumn(hwndList, 1, &lvc);
}
diff --git a/plugins/NewsAggregator/Src/Version.h b/plugins/NewsAggregator/Src/Version.h index 1c732bd7f2..6571b20b48 100644 --- a/plugins/NewsAggregator/Src/Version.h +++ b/plugins/NewsAggregator/Src/Version.h @@ -5,7 +5,7 @@ #define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
-#define __PLUGIN_NAME "News Aggregator"
+#define __PLUGIN_NAME "News aggregator"
#define __FILENAME "NewsAggregator.dll"
#define __DESCRIPTION "RSS/Atom news aggregator."
#define __AUTHOR "Mataes, FREAK_THEMIGHTY"
|