Skip to content

Commit

Permalink
Rename both git browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusDoe committed Oct 18, 2023
1 parent 8fd9693 commit 5e2acc4
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/Squit.package/.squot-contents
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SquotTrackedObjectMetadata {
#objectClassName : #PackageInfo,
#id : UUID [ '207bca0df934e041b1e79b9ff315b588' ],
#objectsReplacedByNames : true,
#slotOverrides : { },
#objectsReplacedByNames : true,
#serializer : #SquotCypressCodeSerializer
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ world menu
registerInWorldMenu
(self environment valueOf: #TheWorldMenu) ifNotNil: [:worldMenu |
worldMenu registerOpenCommand: (Array
with: 'Git Browser'
with: 'Git [for experts]'
with: (Array
with: self
with: #open))].
2 changes: 1 addition & 1 deletion src/Squit.package/SquitBrowser.class/methodProperties.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"initialize" : "jr 4/18/2018 21:28",
"initializeSelfUpdate" : "jr 7/8/2022 21:05",
"open" : "fn 4/11/2017 09:09",
"registerInWorldMenu" : "jr 4/15/2017 13:34",
"registerInWorldMenu" : "mad 10/18/2023 15:16",
"selfUpdate" : "jr 3/7/2020 00:09",
"selfUpdateBranch" : "jr 4/21/2018 22:22",
"selfUpdateBranch:" : "jr 4/18/2018 22:37",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
world menu
registerInWorldMenu
(self environment valueOf: #TheWorldMenu) ifNotNil: [:worldMenu |
worldMenu registerOpenCommand: {'Git Browser 2'. {self. #open}}].
worldMenu registerOpenCommand: {'Git Browser'. {self. #open}}].
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ui
windowTitle
^ 'Squot Browser'
^ 'Git Browser'
4 changes: 2 additions & 2 deletions src/Squot.package/SquotBrowser.class/methodProperties.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"gitIcon" : "mad 9/19/2023 15:03",
"initialize" : "mad 9/21/2023 18:47",
"open" : "mad 9/19/2023 12:44",
"registerInWorldMenu" : "mad 9/19/2023 13:47",
"registerInWorldMenu" : "mad 10/18/2023 15:14",
"requestNewSelfUpdateBranch" : "mad 10/16/2023 23:12",
"selfUpdate" : "mad 10/16/2023 23:12",
"selfUpdater" : "mad 10/16/2023 23:13",
Expand Down Expand Up @@ -86,5 +86,5 @@
"update:" : "mad 9/20/2023 15:35",
"validateDialogHasNoConflicts:before:" : "mad 9/27/2023 16:11",
"validateDialogState:andOriginalHeadCommit:before:" : "mad 9/19/2023 12:37",
"windowTitle" : "mad 8/31/2023 12:25",
"windowTitle" : "mad 10/18/2023 15:14",
"withUnitOfWork:" : "mad 9/19/2023 12:37" } }

0 comments on commit 5e2acc4

Please sign in to comment.