]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - window.c
Telnet specials menu was not being reinstated after a session was restarted in
[PuTTY.git] / window.c
index 9b053daef125bc34f7ac68bf7babb9a98cd8d690..b2ff8af3f4e42fce65ff0d507a8d511ff5df0eb0 100644 (file)
--- a/window.c
+++ b/window.c
@@ -686,8 +686,6 @@ int WINAPI WinMain(HINSTANCE inst, HINSTANCE prev, LPSTR cmdline, int show)
        SetScrollInfo(hwnd, SB_VERT, &si, FALSE);
     }
 
-    start_backend();
-
     /*
      * Prepare the mouse handler.
      */
@@ -742,7 +740,7 @@ int WINAPI WinMain(HINSTANCE inst, HINSTANCE prev, LPSTR cmdline, int show)
        }
     }
 
-    update_specials_menu(NULL);
+    start_backend();
 
     /*
      * Set up the initial input locale.