Mercurial > audlegacy-plugins
diff src/evdev-plug/ed_ui.c @ 3152:6f45c19b3f74
Revised and updated French translation.
author | Stany Henry <StrassBoy@gmail.com> |
---|---|
date | Tue, 12 May 2009 11:58:33 +0200 |
parents | 3134a0987162 |
children |
line wrap: on
line diff
--- a/src/evdev-plug/ed_ui.c Tue May 12 11:23:57 2009 +0200 +++ b/src/evdev-plug/ed_ui.c Tue May 12 11:58:33 2009 +0200 @@ -1289,7 +1289,7 @@ } -#define action_store_add(x) { gtk_list_store_append(action_store,&iter); gtk_list_store_set(action_store,&iter,0,player_actions[x].desc,1,x,-1); } +#define action_store_add(x) { gtk_list_store_append(action_store,&iter); gtk_list_store_set(action_store,&iter,0,_(player_actions[x].desc),1,x,-1); } static void cfg_ui_bindings_show ( ed_device_t * dev , GtkTreeRowReference * rowref )