diff options
Diffstat (limited to 'src/fr-stock.c')
-rw-r--r-- | src/fr-stock.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fr-stock.c b/src/fr-stock.c index 7b5614f..a8a505f 100644 --- a/src/fr-stock.c +++ b/src/fr-stock.c @@ -41,17 +41,17 @@ static const struct { static const GtkStockItem stock_items [] = { { FR_STOCK_CREATE_ARCHIVE, N_("C_reate"), 0, 0, GETTEXT_PACKAGE }, { FR_STOCK_ADD_FILES, N_("_Add"), 0, 0, GETTEXT_PACKAGE }, - { FR_STOCK_ADD_FOLDER, N_("_Add"), 0, 0, GETTEXT_PACKAGE }, + { FR_STOCK_ADD_FOLDER, N_("_Add"), 0, 0, GETTEXT_PACKAGE }, { FR_STOCK_EXTRACT, N_("_Extract"), 0, 0, GETTEXT_PACKAGE } }; void fr_stock_init (void) -{ +{ GtkIconFactory *factory; GtkIconSource *source; int i; - + if (stock_initialized) return; stock_initialized = TRUE; |