Revision: 28456
          http://sourceforge.net/p/bibdesk/svn/28456
Author:   hofman
Date:     2023-11-19 16:29:10 +0000 (Sun, 19 Nov 2023)
Log Message:
-----------
revert previous commit

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

Modified: trunk/bibdesk/BibPref_TeX.m
===================================================================
--- trunk/bibdesk/BibPref_TeX.m 2023-11-19 16:28:00 UTC (rev 28455)
+++ trunk/bibdesk/BibPref_TeX.m 2023-11-19 16:29:10 UTC (rev 28456)
@@ -100,6 +100,12 @@
     }
 }
 
+- (BOOL)alertShowHelp:(NSAlert *)alert;
+{
+    [preferenceController showHelp:nil];
+    return YES;
+}
+
 - (IBAction)changeStyle:(id)sender{
     NSString *newStyle = [sender stringValue];
     NSString *oldStyle = [sud stringForKey:BDSKBibTeXStyleKey];

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