diff options
author | RMN <rmn@miranda-ng.org> | 2014-08-22 15:11:55 +0000 |
---|---|---|
committer | RMN <rmn@miranda-ng.org> | 2014-08-22 15:11:55 +0000 |
commit | ef02745dbca762f9710a8a33472d6f81de606c39 (patch) | |
tree | e2b63672c55cfd88544b663924a8ebd60ae88d36 /plugins | |
parent | a456dae7dfc4a406e0d6593cd745b8eb75894a2e (diff) |
IEHistory resource cosmetics: final touch
git-svn-id: http://svn.miranda-ng.org/main/trunk@10298 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/IEHistory/res/IEHistory.rc | 2 | ||||
-rw-r--r-- | plugins/IEHistory/src/version.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/IEHistory/res/IEHistory.rc b/plugins/IEHistory/res/IEHistory.rc index 96471e4356..eb3fe7a7cd 100644 --- a/plugins/IEHistory/res/IEHistory.rc +++ b/plugins/IEHistory/res/IEHistory.rc @@ -72,7 +72,7 @@ FONT 8, "MS Shell Dlg", 400, 0, 0x1 BEGIN GROUPBOX "Number of events to load",IDC_EVENTSNO_GROUPBOX,7,7,238,68 CONTROL "Load all events",IDC_LOAD_ALL,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,15,22,224,10 - CONTROL "Load only ",IDC_LOAD_NUMBER,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,15,35,79,10 + CONTROL "Load only",IDC_LOAD_NUMBER,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,15,35,79,10 EDITTEXT IDC_EVENTS_COUNT,96,33,40,14,ES_AUTOHSCROLL | ES_NUMBER LTEXT "events per page",IDC_LOAD_NUMBER_STATIC,143,36,96,8 CONTROL "Show last page first",IDC_SHOW_LAST_FIRST,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,23,49,214,10 diff --git a/plugins/IEHistory/src/version.h b/plugins/IEHistory/src/version.h index b96b853c56..2b8ce5526c 100644 --- a/plugins/IEHistory/src/version.h +++ b/plugins/IEHistory/src/version.h @@ -28,7 +28,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <stdver.h> -#define __DESC "Shows the history for a given contact using IEView" +#define __DESC "Shows the history for a given contact using IEView." #define __AUTHOR "Cristian Libotean, Miranda NG team" //#define __AUTHOREMAIL "eblis102@yahoo.com" #define __AUTHOREMAIL "" |