diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-08-11 07:02:52 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-08-11 07:02:52 +0000 |
commit | d3267a2211366e903fd72744b62f71a6df168983 (patch) | |
tree | 11598134d84911facafd2eb02f31ea45e1c8c9f7 /protocols | |
parent | 86ac6fa11058458edd6ce050298feb05b9d16a09 (diff) |
IRC: Removed useless label - I think we don't need to fear monkeys anymore
git-svn-id: http://svn.miranda-ng.org/main/trunk@5641 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/IRCG/res/IRC.rc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/IRCG/res/IRC.rc b/protocols/IRCG/res/IRC.rc index 9e22fe99a4..d55a004aad 100644 --- a/protocols/IRCG/res/IRC.rc +++ b/protocols/IRCG/res/IRC.rc @@ -111,7 +111,6 @@ BEGIN GROUPBOX "Reconnect",IDC_STATIC,150,101,154,33
LTEXT "Wait (s)",IDC_STATIC,210,108,45,8,0,WS_EX_TRANSPARENT
LTEXT "Retry count",IDC_STATIC,256,108,43,8,0,WS_EX_TRANSPARENT
- LTEXT "Fear the monkeys!!!",IDC_STATIC,72,4,63,8,NOT WS_VISIBLE
LTEXT "Check every (s):",IDC_STATIC,158,190,108,8
EDITTEXT IDC_SSL,107,53,28,12,ES_AUTOHSCROLL | ES_READONLY | ES_NUMBER | NOT WS_TABSTOP,WS_EX_RIGHT
LTEXT "SSL",IDC_STATIC,107,45,28,8,0,WS_EX_TRANSPARENT
|