From 4f45f807f241683480a56a99b558b4b1d0f59332 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Thu, 26 Sep 2013 01:24:49 +0200 Subject: Added about dialog, fixed scrolled treeview redraw. --- atari/res/netsurf.rsh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'atari/res/netsurf.rsh') diff --git a/atari/res/netsurf.rsh b/atari/res/netsurf.rsh index 03968410a..54c88d66f 100755 --- a/atari/res/netsurf.rsh +++ b/atari/res/netsurf.rsh @@ -111,6 +111,11 @@ #define DOWNLOAD_CB_CLOSE_RDY 9 /* BOXCHAR in tree DOWNLOAD */ #define ABOUT 10 /* form/dial */ +#define ABOUT_LBL_VERSION 1 /* TEXT in tree ABOUT */ +#define ABOUT_OK 4 /* BUTTON in tree ABOUT */ +#define ABOUT_CONTENT 6 /* USERDEF in tree ABOUT */ +#define ABOUT_CREDITS 7 /* BUTTON in tree ABOUT */ +#define ABOUT_LICENSE 8 /* BUTTON in tree ABOUT */ #define POP_CTX 11 /* form/dial */ #define POP_CTX_CUT_SEL 1 /* TEXT in tree POP_CTX */ -- cgit v1.2.3