Revision: 27433
          http://sourceforge.net/p/bibdesk/svn/27433
Author:   hofman
Date:     2022-05-18 21:59:43 +0000 (Wed, 18 May 2022)
Log Message:
-----------
need to return windowNibName

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

Modified: trunk/bibdesk/BDSKComplexStringEditor.m
===================================================================
--- trunk/bibdesk/BDSKComplexStringEditor.m     2022-05-18 21:26:54 UTC (rev 
27432)
+++ trunk/bibdesk/BDSKComplexStringEditor.m     2022-05-18 21:59:43 UTC (rev 
27433)
@@ -69,6 +69,10 @@
     [super dealloc];
 }
 
+- (NSString *)windowNibName {
+    return @"ComplexStringEditor";
+}
+
 - (void)attachToEditor:(NSText *)textObj withValue:(NSString *)value {
        if ([self isAttached]) 
                [self remove];

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