diff --git a/include/browbar.h b/include/browbar.h index e0ffdb3ed..0f86130c8 100755 --- a/include/browbar.h +++ b/include/browbar.h @@ -2,7 +2,7 @@ BUTTON DLG_FINDREC 10 2 BEGIN PROMPT -13 -1 "Ri~cerca" MESSAGE EXIT,K_F9 -PICTURE BMP_FINDREC +PICTURE BMP_LENTE END BUTTON DLG_CANCEL 10 2 diff --git a/include/urldefid.h b/include/urldefid.h index fd6b57592..dab8200da 100755 --- a/include/urldefid.h +++ b/include/urldefid.h @@ -104,12 +104,17 @@ #define BMP_ARCHIVE 175 #define BMP_FONT 179 -#define BMP_CLOSETURN 206 +#define BMP_COPY 180 +#define BMP_CLOSETURN 206 #define BMP_CLOSESCONTR 207 #define BMP_SUSPSCONTR 208 #define BMP_SUSPSCONTRS 209 #define BMP_SCONTR2FATT 210 #define BMP_PERMISSIONS 211 +#define BMP_PRINTELENCO 212 +#define BMP_PRINTSCHEDE 213 +#define BMP_PRINTETICH 214 +#define BMP_PRINTRUBRICA 215 #define TOOL_OK 101 #define TOOL_CANCEL 102 @@ -138,6 +143,7 @@ #define TOOL_SETPRINT 165 #define TOOL_LENTE 166 #define TOOL_FONT 179 +#define TOOL_COPY 180 #define TOOL_PREF 204 #define TOOL_ADDPREF 205 #define TOOL_CLOSETURN 206 @@ -146,6 +152,10 @@ #define TOOL_SUSPSCONTRS 209 #define TOOL_SCONTR2FATT 210 #define TOOL_PERMISSIONS 211 +#define TOOL_PRINTELENCO 212 +#define TOOL_PRINTSCHEDE 213 +#define TOOL_PRINTETICH 214 +#define TOOL_PRINTRUBRICA 215 #endif