comparison 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
comparison
equal deleted inserted replaced
3151:7b80d4fb493d 3152:6f45c19b3f74
1287 } 1287 }
1288 gtk_widget_destroy( GTK_WIDGET(bindings_win) ); 1288 gtk_widget_destroy( GTK_WIDGET(bindings_win) );
1289 } 1289 }
1290 1290
1291 1291
1292 #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); } 1292 #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); }
1293 1293
1294 static void 1294 static void
1295 cfg_ui_bindings_show ( ed_device_t * dev , GtkTreeRowReference * rowref ) 1295 cfg_ui_bindings_show ( ed_device_t * dev , GtkTreeRowReference * rowref )
1296 { 1296 {
1297 GtkWidget *bindings_win; 1297 GtkWidget *bindings_win;