1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Add possible icons for remaining buttons

This commit is contained in:
Joe R 2024-07-15 19:04:00 -04:00
parent 885b2925ab
commit 3a356670bb
11 changed files with 17 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 903 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 989 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 574 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 633 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 680 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 620 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 619 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 312 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 280 B

View file

@ -531,12 +531,29 @@ class Application:
for n, f in (
(_('&OK'), 'ok'),
(_('&Select'), 'ok'),
(_('&Nice'), 'ok'),
(_('&Enjoy'), 'ok'),
(_("&Great"), 'ok'),
(_("&Cool"), 'ok'),
(_("&Yeah"), 'ok'),
(_("&Wow"), 'ok'),
(_("&Oh well"), 'ok'),
(_("&That's life"), 'ok'),
(_("&Hmm"), 'ok'),
(_('&Cancel'), 'cancel'),
(_('&Close'), 'cancel'),
(_('&New game'), 'new'),
(_('&Back to game'), 'back'),
(_('&Reset...'), 'reset'),
(_('&Restart'), 'reset'),
(_('&Rules'), 'help'),
(_('&Info...'), 'help'),
(_('&Credits'), 'help'),
(_('&Next number'), 'next'),
(_('&Play this game'), 'next'),
(_('&Solid color...'), 'color'),
(_('&Save to file'), 'save'),
(_('&Statistics...'), 'statistics'),
):
fn = self.dataloader.findImage(f, dirname)
im = loadImage(fn)