summaryrefslogtreecommitdiff
path: root/riscos/gif.c
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-02-27 17:45:19 +0000
committerJames Bursa <james@netsurf-browser.org>2004-02-27 17:45:19 +0000
commit7f68e012cc9f64bd09a8452e85df9df2a0e9211b (patch)
tree3825cab5266ed7ed24dd7273b40a7b7e0de9e917 /riscos/gif.c
parent13787963e26dd2cdb39bbcb28cfaafb1d13ec5ea (diff)
downloadnetsurf-7f68e012cc9f64bd09a8452e85df9df2a0e9211b.tar.gz
netsurf-7f68e012cc9f64bd09a8452e85df9df2a0e9211b.tar.bz2
[project @ 2004-02-27 17:45:19 by bursa]
Move English text to Messages file for translation. svn path=/import/netsurf/; revision=576
Diffstat (limited to 'riscos/gif.c')
-rw-r--r--riscos/gif.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/riscos/gif.c b/riscos/gif.c
index faf54e655..b587c6665 100644
--- a/riscos/gif.c
+++ b/riscos/gif.c
@@ -19,6 +19,7 @@
#include "netsurf/content/content.h"
#include "netsurf/riscos/gif.h"
#include "netsurf/utils/log.h"
+#include "netsurf/utils/messages.h"
#include "netsurf/utils/utils.h"
#ifdef WITH_GIF
@@ -113,7 +114,7 @@ int nsgif_convert(struct content *c, unsigned int iwidth, unsigned int iheight)
memset(mask, 255, (unsigned int)(header->mask - header->image));
c->title = xcalloc(100, sizeof(char));
- sprintf(c->title, "GIF image (%lux%lu)", c->width, c->height);
+ sprintf(c->title, messages_get("GIFTitle"), c->width, c->height);
c->status = CONTENT_STATUS_DONE;
/* xosspriteop_save_sprite_file(osspriteop_USER_AREA,