File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -147,12 +147,12 @@ extension DocumentationWindowController: DocumentationViewDelegate {
147147
148148// MARK:- NSToolbarItem.Identifier
149149extension NSToolbarItem . Identifier {
150- static let historyNavigation : NSToolbarItem . Identifier = NSToolbarItem . Identifier ( rawValue : " HistoryNavigation " )
151- static let contentSearch : NSToolbarItem . Identifier = NSToolbarItem . Identifier ( rawValue : " ContentSearch " )
150+ static let historyNavigation : NSToolbarItem . Identifier = NSToolbarItem . Identifier ( " HistoryNavigation " )
151+ static let contentSearch : NSToolbarItem . Identifier = NSToolbarItem . Identifier ( " ContentSearch " )
152152
153153 // Sub items
154- static let navigateBack : NSToolbarItem . Identifier = NSToolbarItem . Identifier ( rawValue : " NavigateBack " )
155- static let navigateForward : NSToolbarItem . Identifier = NSToolbarItem . Identifier ( rawValue : " NavigateForward " )
154+ static let navigateBack : NSToolbarItem . Identifier = NSToolbarItem . Identifier ( " NavigateBack " )
155+ static let navigateForward : NSToolbarItem . Identifier = NSToolbarItem . Identifier ( " NavigateForward " )
156156}
157157
158158// MARK:- NSToolbarDelegate
You can’t perform that action at this time.
0 commit comments