diff options
Diffstat (limited to 'src/fr-stock.c')
-rw-r--r-- | src/fr-stock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fr-stock.c b/src/fr-stock.c index 27ba5cd..e292b04 100644 --- a/src/fr-stock.c +++ b/src/fr-stock.c @@ -29,8 +29,8 @@ static gboolean stock_initialized = FALSE; static const struct { - char *stock_id; - char *icon; + const char *stock_id; + const char *icon; } stock_icons [] = { { FR_STOCK_CREATE_ARCHIVE, "add-files-to-archive" }, { FR_STOCK_ADD_FILES, "add-files-to-archive" }, |