summaryrefslogtreecommitdiffhomepage
path: root/mixgtk/mixgtk_mixal.c
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2002-04-10 23:39:40 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2002-04-10 23:39:40 +0000
commit90cde3a89e4fdf31f78c8743c3bac5a98ef1070d (patch)
treebcaa14df457ee24d362fe3bcd08a44f8f69ef576 /mixgtk/mixgtk_mixal.c
parentc70e4a1e4f25793e9bd1f36bd9e7658e3dc3e862 (diff)
downloadmdk-90cde3a89e4fdf31f78c8743c3bac5a98ef1070d.tar.gz
mdk-90cde3a89e4fdf31f78c8743c3bac5a98ef1070d.tar.bz2
_() i18n macro added to all strings missing it
Diffstat (limited to 'mixgtk/mixgtk_mixal.c')
-rw-r--r--mixgtk/mixgtk_mixal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mixgtk/mixgtk_mixal.c b/mixgtk/mixgtk_mixal.c
index 42a11ce..dc0f6d5 100644
--- a/mixgtk/mixgtk_mixal.c
+++ b/mixgtk/mixgtk_mixal.c
@@ -1,7 +1,7 @@
/* -*-c-*- -------------- mixgtk_mixal.c :
* Implementation of the functions declared in mixgtk_mixal.h
* ------------------------------------------------------------------
- * $Id: mixgtk_mixal.c,v 1.15 2002/04/09 23:55:20 jao Exp $
+ * $Id: mixgtk_mixal.c,v 1.16 2002/04/10 23:39:40 jao Exp $
* ------------------------------------------------------------------
* Copyright (C) 2001, 2002 Free Software Foundation, Inc.
*
@@ -103,7 +103,7 @@ parse_color_ (const gchar *str)
static GdkColor color;
if (sscanf (str, "%hd%hd%hd", &(color.red), &(color.green), &(color.blue)) < 3)
{
- g_warning ("Wrong color spec: %s\n", str);
+ g_warning (_("Wrong color spec: %s\n"), str);
return NULL;
}