Revision: 12121
          http://sourceforge.net/p/skim-app/code/12121
Author:   hofman
Date:     2021-02-17 14:36:26 +0000 (Wed, 17 Feb 2021)
Log Message:
-----------
invert check for opening multiple documents at startup

Modified Paths:
--------------
    trunk/SKApplicationController.m

Modified: trunk/SKApplicationController.m
===================================================================
--- trunk/SKApplicationController.m     2021-02-14 17:49:33 UTC (rev 12120)
+++ trunk/SKApplicationController.m     2021-02-17 14:36:26 UTC (rev 12121)
@@ -225,7 +225,7 @@
                 [alert addButtonWithTitle:NSLocalizedString(@"Cancel", 
@"Button title")];
                 [alert addButtonWithTitle:NSLocalizedString(@"Open", @"Button 
title")];
                 
-                if (NSAlertSecondButtonReturn == [alert runModal])
+                if (NSAlertFirstButtonReturn == [alert runModal])
                     previousSession = nil;
             }
             

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to