changeset 1004:c1cd51926204

Silent a compiler warning.
author zas_
date Wed, 27 Aug 2008 16:42:59 +0000
parents 4bfee4a63f86
children ec2788ff6791
files src/layout_util.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/layout_util.c	Wed Aug 27 16:40:21 2008 +0000
+++ b/src/layout_util.c	Wed Aug 27 16:42:59 2008 +0000
@@ -1308,7 +1308,7 @@
 
 static gchar *menu_translate(const gchar *path, gpointer data)
 {
-	return _(path);
+	return (gchar *)(_(path));
 }
 
 static void layout_actions_setup_mark(LayoutWindow *lw, gint mark, gchar *name_tmpl, gchar *label_tmpl, gchar *accel_tmpl,  GCallback cb)