mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Add missing button icons
This commit is contained in:
parent
4a3d6e7383
commit
679c9a74c1
4 changed files with 4 additions and 0 deletions
BIN
data/images/buttons/bluecurve/apply.png
Normal file
BIN
data/images/buttons/bluecurve/apply.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 663 B |
Binary file not shown.
Before Width: | Height: | Size: 680 B After Width: | Height: | Size: 724 B |
BIN
data/images/buttons/remix/apply.png
Normal file
BIN
data/images/buttons/remix/apply.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 295 B |
|
@ -542,6 +542,9 @@ class Application:
|
|||
(_("&Hmm"), 'ok'),
|
||||
(_('&Cancel'), 'cancel'),
|
||||
(_('&Close'), 'cancel'),
|
||||
(_("&Apply"), 'apply'),
|
||||
(_("&Start"), 'apply'),
|
||||
(_('&New'), 'new'),
|
||||
(_('&New game'), 'new'),
|
||||
(_('&Back to game'), 'back'),
|
||||
(_('&Reset...'), 'reset'),
|
||||
|
@ -550,6 +553,7 @@ class Application:
|
|||
(_('&Info...'), 'help'),
|
||||
(_('&Credits'), 'help'),
|
||||
(_('&Next number'), 'next'),
|
||||
(_('&Play'), 'next'),
|
||||
(_('&Play this game'), 'next'),
|
||||
(_('&Solid color...'), 'color'),
|
||||
(_('&Save to file'), 'save'),
|
||||
|
|
Loading…
Add table
Reference in a new issue