From 1902dff2ff7e18a499eaeec4f6396f229bc542d0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sergio=20Villar=20Sen=C3=ADn?= Date: Sat, 9 Jan 2010 12:54:03 +0100 Subject: [PATCH] Show the proper UP icon in the "Move to" dialog --- src/modest-text-utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modest-text-utils.h b/src/modest-text-utils.h index 0e153f0..845f302 100644 --- a/src/modest-text-utils.h +++ b/src/modest-text-utils.h @@ -158,7 +158,7 @@ #define _FM_NEW_FOLDER_DIALOG_OK _("Save") #define _FM_NEW_FOLDER_LOCATION _("Location") #define _FM_NEW_FOLDER_NAME _("Name") -#define _FM_FOLDER_UP "stock_up" +#define _FM_FOLDER_UP GTK_STOCK_GO_UP #define _FM_SIZE_KB _("%d KB") #define _FM_SIZE_1KB_99KB _("%d KB") #define _FM_SIZE_100KB_1MB _("%d KB") -- 1.7.9.5