From 0993e2118ba01536d61f59a96985280429da20f9 Mon Sep 17 00:00:00 2001 From: Stefano Rivera Date: Sat, 17 May 2014 22:51:02 +0200 Subject: [PATCH] Now with real glyphs --- naja/widgets/text.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/naja/widgets/text.py b/naja/widgets/text.py index de77a60..5dac4e6 100644 --- a/naja/widgets/text.py +++ b/naja/widgets/text.py @@ -13,7 +13,7 @@ MARKUP_MAP = { 'SOUTH': ('glyphs/arrow_down.png', None), 'EAST': ('glyphs/arrow_right.png', None), 'WEST': ('glyphs/arrow_left.png', None), - 'RETURN': ('glyphs/arrow_left.png', None), + 'RETURN': ('glyphs/return.png', None), 'HEALTH': ('glyphs/health.png', PALETTE.DARK_RED), 'WINTOKEN': ('glyphs/win.png', PALETTE.DARK_OLIVE), 'KEY': ('glyphs/key.png', None), -- 2.34.1