Revision: 29719
          http://sourceforge.net/p/bibdesk/svn/29719
Author:   hofman
Date:     2025-10-13 09:15:00 +0000 (Mon, 13 Oct 2025)
Log Message:
-----------
set Starting status message when sharing is starting up

Modified Paths:
--------------
    trunk/bibdesk/BibPref_Sharing.m
    trunk/bibdesk/de.lproj/Localizable.strings
    trunk/bibdesk/en.lproj/Localizable.strings
    trunk/bibdesk/fr.lproj/Localizable.strings

Modified: trunk/bibdesk/BibPref_Sharing.m
===================================================================
--- trunk/bibdesk/BibPref_Sharing.m     2025-10-12 22:41:25 UTC (rev 29718)
+++ trunk/bibdesk/BibPref_Sharing.m     2025-10-13 09:15:00 UTC (rev 29719)
@@ -109,9 +109,12 @@
     if ([sud boolForKey:BDSKShouldShareFilesKey] == NO) {
         statusMessage = NSLocalizedString(@"Off", @"Bonjour sharing is off 
status message");
         imageName = NSImageNameStatusUnavailable;
-    } else if ([server status] < BDSKSharingStatusPublishing) {
+    } else if ([server status] == BDSKSharingStatusOff) {
         statusMessage = NSLocalizedString(@"Standby", @"Bonjour sharing is 
standby status message");
         imageName = NSImageNameStatusPartiallyAvailable;
+    } else if ([server status] < BDSKSharingStatusSharing) {
+        statusMessage = NSLocalizedString(@"Starting", @"Bonjour sharing is 
starting up status message");
+        imageName = NSImageNameStatusPartiallyAvailable;
     } else {
         NSUInteger number = [server numberOfConnections];
         if (number == 1)

Modified: trunk/bibdesk/de.lproj/Localizable.strings
===================================================================
(Binary files differ)

Modified: trunk/bibdesk/en.lproj/Localizable.strings
===================================================================
(Binary files differ)

Modified: trunk/bibdesk/fr.lproj/Localizable.strings
===================================================================
(Binary files differ)

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