Revision: 14976 http://sourceforge.net/p/skim-app/code/14976 Author: hofman Date: 2025-03-17 10:20:05 +0000 (Mon, 17 Mar 2025) Log Message: ----------- Fix show/hide toolbar menu item title, don't use toggle, or the system will not update the title
Modified Paths: -------------- trunk/Base.lproj/MainMenu.xib trunk/de.lproj/MainMenu.strings trunk/en.lproj/MainMenu.strings trunk/es.lproj/MainMenu.strings trunk/fr.lproj/MainMenu.strings trunk/it.lproj/MainMenu.strings trunk/ja.lproj/MainMenu.strings trunk/nl.lproj/MainMenu.strings trunk/pl.lproj/MainMenu.strings trunk/ru.lproj/MainMenu.strings trunk/zh_CN.lproj/MainMenu.strings trunk/zh_TW.lproj/MainMenu.strings Modified: trunk/Base.lproj/MainMenu.xib =================================================================== --- trunk/Base.lproj/MainMenu.xib 2025-03-16 17:43:38 UTC (rev 14975) +++ trunk/Base.lproj/MainMenu.xib 2025-03-17 10:20:05 UTC (rev 14976) @@ -1,7 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="19529" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES"> <dependencies> - <deployment identifier="macosx"/> <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="19529"/> </dependencies> <objects> @@ -729,7 +728,7 @@ <action selector="toggleStatusBar:" target="-1" id="869"/> </connections> </menuItem> - <menuItem title="Toggle Toolbar" keyEquivalent="t" id="227"> + <menuItem title="Show Toolbar" keyEquivalent="t" id="227"> <modifierMask key="keyEquivalentModifierMask" option="YES" command="YES"/> <connections> <action selector="toggleToolbarShown:" target="-1" id="238"/> Modified: trunk/de.lproj/MainMenu.strings =================================================================== (Binary files differ) Modified: trunk/en.lproj/MainMenu.strings =================================================================== (Binary files differ) Modified: trunk/es.lproj/MainMenu.strings =================================================================== (Binary files differ) Modified: trunk/fr.lproj/MainMenu.strings =================================================================== (Binary files differ) Modified: trunk/it.lproj/MainMenu.strings =================================================================== (Binary files differ) Modified: trunk/ja.lproj/MainMenu.strings =================================================================== (Binary files differ) Modified: trunk/nl.lproj/MainMenu.strings =================================================================== (Binary files differ) Modified: trunk/pl.lproj/MainMenu.strings =================================================================== (Binary files differ) Modified: trunk/ru.lproj/MainMenu.strings =================================================================== (Binary files differ) Modified: trunk/zh_CN.lproj/MainMenu.strings =================================================================== (Binary files differ) Modified: trunk/zh_TW.lproj/MainMenu.strings =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Skim-app-commit mailing list Skim-app-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/skim-app-commit