Skip to content

Commit

Permalink
Add missing button icons
Browse files Browse the repository at this point in the history
  • Loading branch information
joeraz committed Sep 20, 2024
1 parent 4a3d6e7 commit 679c9a7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Binary file added data/images/buttons/bluecurve/apply.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/images/buttons/bluecurve/statistics.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added data/images/buttons/remix/apply.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions pysollib/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,9 @@ def loadImages1(self):
(_("&Hmm"), 'ok'),
(_('&Cancel'), 'cancel'),
(_('&Close'), 'cancel'),
(_("&Apply"), 'apply'),
(_("&Start"), 'apply'),
(_('&New'), 'new'),
(_('&New game'), 'new'),
(_('&Back to game'), 'back'),
(_('&Reset...'), 'reset'),
Expand All @@ -550,6 +553,7 @@ def loadImages1(self):
(_('&Info...'), 'help'),
(_('&Credits'), 'help'),
(_('&Next number'), 'next'),
(_('&Play'), 'next'),
(_('&Play this game'), 'next'),
(_('&Solid color...'), 'color'),
(_('&Save to file'), 'save'),
Expand Down

0 comments on commit 679c9a7

Please sign in to comment.