Revision: 29949
          http://sourceforge.net/p/bibdesk/svn/29949
Author:   hofman
Date:     2026-01-16 16:27:28 +0000 (Fri, 16 Jan 2026)
Log Message:
-----------
fix typo

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

Modified: trunk/bibdesk/BDSKEditor.m
===================================================================
--- trunk/bibdesk/BDSKEditor.m  2026-01-16 16:01:57 UTC (rev 29948)
+++ trunk/bibdesk/BDSKEditor.m  2026-01-16 16:27:28 UTC (rev 29949)
@@ -3386,7 +3386,7 @@
         button = [[BDSKRatingButton alloc] init];
     } else {
         button = [[NSButton alloc] init];
-        [button setButtonType:NSButtonTypeSwitchs];
+        [button setButtonType:NSButtonTypeSwitch];
         [button setAllowsMixedState:[field isTriStateField]];
     }
     [button setImagePosition:NSImageLeft];

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