Fixed accelerator clash between "Conversions" menu and "key comment" control
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Sat, 24 May 2003 18:02:49 +0000 (18:02 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Sat, 24 May 2003 18:02:49 +0000 (18:02 +0000)
(former is now "Con&versions").

Add shortcut to key fingerprint for ease of copy-and-paste.

git-svn-id: svn://svn.tartarus.org/sgt/putty@3215 cda61777-01e9-0310-a592-d414129be87e

puttygen.c

index 8ce452a..fce91cf 100644 (file)
@@ -857,7 +857,7 @@ static int CALLBACK MainDlgProc(HWND hwnd, UINT msg,
            AppendMenu(menu1, MF_ENABLED, IDC_EXPORT_SSHCOM,
                       "Export &ssh.com key");
            AppendMenu(menu, MF_POPUP | MF_ENABLED, (UINT) menu1,
-                      "&Conversions");
+                      "Con&versions");
            state->cvtmenu = menu1;
 
            menu1 = CreateMenu();
@@ -900,7 +900,7 @@ static int CALLBACK MainDlgProc(HWND hwnd, UINT msg,
                        "&Public key for pasting into authorized_keys file:",
                        IDC_PKSTATIC, IDC_KEYDISPLAY, 5);
            SendDlgItemMessage(hwnd, IDC_KEYDISPLAY, EM_SETREADONLY, 1, 0);
-           staticedit(&cp, "Key fingerprint:", IDC_FPSTATIC,
+           staticedit(&cp, "Key f&ingerprint:", IDC_FPSTATIC,
                       IDC_FINGERPRINT, 75);
            SendDlgItemMessage(hwnd, IDC_FINGERPRINT, EM_SETREADONLY, 1,
                               0);