mbien commented on code in PR #8373: URL: https://github.com/apache/netbeans/pull/8373#discussion_r2047612204
########## ide/git/src/org/netbeans/modules/git/ui/stash/SaveStashAction.java: ########## @@ -56,7 +57,20 @@ "MSG_SaveStashAction.noModifications=There are no uncommitted changes to stash." }) public class SaveStashAction extends SingleRepositoryAction { - + + // TODO pick/create better icon + @StaticResource + private static final String ICON_RESOURCE = "org/netbeans/modules/git/resources/icons/get_clean.png"; //NOI18N Review Comment: it only registered the icons for the actions, this is the precondition to add something to the toolbar. User has to do this manually via right click -> customize toolbar. That is why it wasn't super important for me to pick the right icons. It is just for testing purposes mostly and to get an idea how useful shelve still is. We should update them to the new icons for NB 27 though. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists