From fc7ba406383d7f49528af75aa7bffedd4ee9847e Mon Sep 17 00:00:00 2001 From: eAndrew Date: Thu, 8 May 2014 18:21:24 +0000 Subject: [PATCH] Calc+: 123456789 -> 789456123 git-svn-id: svn://kolibrios.org@4919 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/other/calcplus/calcplus.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/programs/other/calcplus/calcplus.asm b/programs/other/calcplus/calcplus.asm index 174af9b05a..36468377db 100644 --- a/programs/other/calcplus/calcplus.asm +++ b/programs/other/calcplus/calcplus.asm @@ -1,4 +1,4 @@ - VERSION equ "0.3Å" + VERSION equ "0.3Ĺ" use32 org 0 db 'MENUET01' @@ -14,7 +14,7 @@ ;=============================== sz_head db "Calc+ [v", VERSION, "]", 0 - buttons db "123456789()%^-+/*0" + buttons db "789456123()%^-+/*0" edb1 edit_box 184, 8, 12, 0, 0, 0, 0, 0, 500, \ exp, group, ed_always_focus + ed_focus, 0, 0 @@ -418,4 +418,4 @@ txt_id rd 1 txt_x rd 1 - memory: + memory: \ No newline at end of file