Skip to content

Commit

Permalink
Merge pull request #846 from hernanmd/move_class_critique_browser_to_…
Browse files Browse the repository at this point in the history
…extas_menu

SycCmClassCritiqueCommand should be in Extras submenu
  • Loading branch information
Ducasse authored Sep 22, 2024
2 parents fe55742 + 75795fd commit 1c2f77c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ StCritiqueBrowserPresenter class >> icon [
{ #category : 'icons' }
StCritiqueBrowserPresenter class >> iconName [

^ #error
^ #smallQA
]

{ #category : 'instance creation' }
Expand Down
4 changes: 2 additions & 2 deletions src/NewTools-CodeCritiques/SycCmClassCritiqueCommand.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ I am a command to make a class abstract by adding a method that returns whether
"
Class {
#name : 'SycCmClassCritiqueCommand',
#superclass : 'SycClassCmCommand',
#superclass : 'SycClassExtraCmCommand',
#category : 'NewTools-CodeCritiques-Commands',
#package : 'NewTools-CodeCritiques',
#tag : 'Commands'
Expand Down Expand Up @@ -37,5 +37,5 @@ SycCmClassCritiqueCommand >> name [

{ #category : 'accessing' }
SycCmClassCritiqueCommand >> order [
^ 45
^ 60
]

0 comments on commit 1c2f77c

Please sign in to comment.