diff options
author | George Hazan <ghazan@miranda.im> | 2019-01-02 23:57:38 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-01-02 23:57:38 +0300 |
commit | ffb1c230d7f6b113de357e974f1cab3fc7f8d655 (patch) | |
tree | c56b26fe50b17a50c6ab37ae6aabc92992a6c787 /protocols | |
parent | f71d5710c74fa70ea77dfcb9faa7818b7d3be72e (diff) |
it's senseless to call ICQ registration from acc manager, because the CIcqProto object is not created yet
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/Icq10/res/resources.rc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/Icq10/res/resources.rc b/protocols/Icq10/res/resources.rc index 04c82cfab4..9f11066965 100644 --- a/protocols/Icq10/res/resources.rc +++ b/protocols/Icq10/res/resources.rc @@ -93,7 +93,6 @@ BEGIN EDITTEXT IDC_UIN,54,0,131,12,ES_AUTOHSCROLL LTEXT "Password:",IDC_STATIC,0,16,53,12 EDITTEXT IDC_PASSWORD,54,16,131,12,ES_PASSWORD | ES_AUTOHSCROLL - PUSHBUTTON "Create a new ICQ account",IDC_REGISTER,62,34,122,14 END IDD_OPTIONS_FULL DIALOGEX 0, 0, 310, 80 |