1
0
Fork 0
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:
Joe R 2024-09-19 22:20:40 -04:00
parent 4a3d6e7383
commit 679c9a74c1
4 changed files with 4 additions and 0 deletions

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 295 B

View file

@ -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'),