From 2ec3255863b8f5cedbe17ebb8323c64b076cafab Mon Sep 17 00:00:00 2001 From: michaelangel007 Date: Thu, 24 Aug 2017 16:40:21 -0700 Subject: [PATCH] Add comment backlink to F.R. #469 --- source/Applewin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Applewin.cpp b/source/Applewin.cpp index aed3f1fe..fddafe1c 100644 --- a/source/Applewin.cpp +++ b/source/Applewin.cpp @@ -1036,7 +1036,7 @@ int APIENTRY WinMain(HINSTANCE passinstance, HINSTANCE, LPSTR lpCmdLine, int) { g_bDisplayPrintScreenFileName = true; } - else if (strcmp(lpCmdLine, "-no-printscreen-key") == 0) // Don't try to capture PrintScreen key + else if (strcmp(lpCmdLine, "-no-printscreen-key") == 0) // Don't try to capture PrintScreen key GH#469 { g_bCapturePrintScreenKey = false; }