Revision: 30087
          http://sourceforge.net/p/bibdesk/svn/30087
Author:   hofman
Date:     2026-03-01 09:27:02 +0000 (Sun, 01 Mar 2026)
Log Message:
-----------
use autogenerate status method

Modified Paths:
--------------
    trunk/bibdesk/BDSKEditor.m

Modified: trunk/bibdesk/BDSKEditor.m
===================================================================
--- trunk/bibdesk/BDSKEditor.m  2026-02-28 22:14:26 UTC (rev 30086)
+++ trunk/bibdesk/BDSKEditor.m  2026-03-01 09:27:02 UTC (rev 30087)
@@ -3553,7 +3553,7 @@
     
     if ([fieldName isEqualToString:BDSKLocalUrlString] && [[NSUserDefaults 
standardUserDefaults] boolForKey:BDSKUseLocalUrlAndUrlKey] && [[NSUserDefaults 
standardUserDefaults] boolForKey:BDSKFilePapersAutomaticallyKey]) {
         if ([publication autoFileLocalUrl])
-            [self setStatus:NSLocalizedString(@"Autofiled linked 
file.",@"Status message")];
+            [self updateStatusForAutoGenerate:BDSKAutoFiled];
     }
 }
 

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



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to