diff options
author | George Hazan <george.hazan@gmail.com> | 2012-06-08 12:55:07 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-06-08 12:55:07 +0000 |
commit | fa488438351d7d5930a281b9293e7fb853f41eed (patch) | |
tree | 5a87a78c24a35a774876b1621e7fce82b7dd67db /src/modules/protocols | |
parent | e49f7274e01028a839a50af64af4bb8d46311218 (diff) |
- added 'Retry' button to the profile opening dialog;
git-svn-id: http://svn.miranda-ng.org/main/trunk@359 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/protocols')
-rw-r--r-- | src/modules/protocols/protoopts.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/protocols/protoopts.cpp b/src/modules/protocols/protoopts.cpp index c98445cfbd..4fcb5b7e18 100644 --- a/src/modules/protocols/protoopts.cpp +++ b/src/modules/protocols/protoopts.cpp @@ -723,8 +723,6 @@ INT_PTR CALLBACK AccMgrDlgProc(HWND hwndDlg,UINT message, WPARAM wParam, LPARAM if ( pa->bOldProto || pa->bDynDisabled )
AppendMenu(hMenu, MF_STRING, 5, TranslateT("Upgrade"));
- AppendMenu(hMenu, MF_SEPARATOR, 0, NULL);
- AppendMenu(hMenu, MF_STRING, 0, TranslateT("Cancel"));
switch (TrackPopupMenu( hMenu, TPM_RETURNCMD, pt.x, pt.y, 0, hwndDlg, NULL )) {
case 1:
PostMessage(hwndList, WM_MY_RENAME, 0, 0);
|