diff options
Diffstat (limited to 'mixgtk/mixgtk_device.c')
-rw-r--r-- | mixgtk/mixgtk_device.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 |