From 380e091d8435dd85174fa4c6f8f7aa34e790fffe Mon Sep 17 00:00:00 2001 From: luca Date: Mon, 22 Mar 2004 14:51:25 +0000 Subject: [PATCH] Patch level :2.1 017 Files correlati :tutti Ricompilazione Demo : [ ] Commento :aggiunto il bottone "Configura" per la gestione dei files .ini ('na bellezza) git-svn-id: svn://10.65.10.50/trunk@11892 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- include/defmask.h | 1 + include/urldefid.h | 1 + 2 files changed, 2 insertions(+) diff --git a/include/defmask.h b/include/defmask.h index 139bf4ac3..92ccba020 100755 --- a/include/defmask.h +++ b/include/defmask.h @@ -10,6 +10,7 @@ #define DLG_PGDN 5 /* TAG del bottone */ #define DLG_PGUP 6 /* TAG del bottone */ #define DLG_PAGE 7 /* TAG del bottone */ +#define DLG_CONFIG 8 /* TAG del bottone */ #define DLG_QUIT 9 /* TAG del bottone */ #define DLG_F9 10 /* TAG del bottone */ #define DLG_FIRSTREC 11 /* TAG del bottone */ diff --git a/include/urldefid.h b/include/urldefid.h index e7d2045f9..4edbfb9a7 100755 --- a/include/urldefid.h +++ b/include/urldefid.h @@ -52,6 +52,7 @@ #define BMP_SAVEREC 103 #define BMP_DELREC 104 #define BMP_NEWREC 105 +#define BMP_CONFIG 107 #define BMP_FAX 108 #define BMP_SEARCH 109 #define BMP_CHECK_ON 110