Fix stupid braino

-Yosh
This commit is contained in:
Manish Singh 1999-02-03 22:14:01 +00:00
parent a4213cf85e
commit 5ae4ae62ec
4 changed files with 4 additions and 4 deletions

View File

@ -39,7 +39,7 @@
#define MRU_MENU_ENTRY_SIZE (strlen (_("/File/MRU00 ")) + 1)
#define MRU_MENU_ACCEL_SIZE sizeof ("<control>0")
static G_GNUC_UNUSED char* dummyMRU = N_("/File/MRU00 ");
static char* G_GNUC_UNUSED dummyMRU = N_("/File/MRU00 ");
static void menus_init (void);
static GtkItemFactoryEntry * translate_entries (const GtkItemFactoryEntry *, gint);

View File

@ -39,7 +39,7 @@
#define MRU_MENU_ENTRY_SIZE (strlen (_("/File/MRU00 ")) + 1)
#define MRU_MENU_ACCEL_SIZE sizeof ("<control>0")
static G_GNUC_UNUSED char* dummyMRU = N_("/File/MRU00 ");
static char* G_GNUC_UNUSED dummyMRU = N_("/File/MRU00 ");
static void menus_init (void);
static GtkItemFactoryEntry * translate_entries (const GtkItemFactoryEntry *, gint);

View File

@ -39,7 +39,7 @@
#define MRU_MENU_ENTRY_SIZE (strlen (_("/File/MRU00 ")) + 1)
#define MRU_MENU_ACCEL_SIZE sizeof ("<control>0")
static G_GNUC_UNUSED char* dummyMRU = N_("/File/MRU00 ");
static char* G_GNUC_UNUSED dummyMRU = N_("/File/MRU00 ");
static void menus_init (void);
static GtkItemFactoryEntry * translate_entries (const GtkItemFactoryEntry *, gint);

View File

@ -39,7 +39,7 @@
#define MRU_MENU_ENTRY_SIZE (strlen (_("/File/MRU00 ")) + 1)
#define MRU_MENU_ACCEL_SIZE sizeof ("<control>0")
static G_GNUC_UNUSED char* dummyMRU = N_("/File/MRU00 ");
static char* G_GNUC_UNUSED dummyMRU = N_("/File/MRU00 ");
static void menus_init (void);
static GtkItemFactoryEntry * translate_entries (const GtkItemFactoryEntry *, gint);