From abe307380dc6661d85d72335416392c11ee92d4c Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Wed, 10 Apr 2002 23:39:40 +0000 Subject: _() i18n macro added to all strings missing it --- mixgtk/mixgtk_device.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mixgtk/mixgtk_device.c') diff --git a/mixgtk/mixgtk_device.c b/mixgtk/mixgtk_device.c index b3cf0c8..3c55021 100644 --- a/mixgtk/mixgtk_device.c +++ b/mixgtk/mixgtk_device.c @@ -1,7 +1,7 @@ /* -*-c-*- ---------------- mixgtk_device.c : * actual types for mixgtk devices * ------------------------------------------------------------------ - * $Id: mixgtk_device.c,v 1.18 2002/04/09 23:28:19 jao Exp $ + * $Id: mixgtk_device.c,v 1.19 2002/04/10 23:39:40 jao Exp $ * ------------------------------------------------------------------ * Copyright (C) 2001, 2002 Free Software Foundation, Inc. * @@ -551,7 +551,7 @@ devdir_callback (const gchar *file) void on_devdir_browse_clicked () { - mixgtk_get_file (devdir_callback, "Devices dir", mix_device_get_dir ()); + mixgtk_get_file (devdir_callback, _("Devices dir"), mix_device_get_dir ()); } void -- cgit v1.2.3