* ChangeLog added. * mouse-properties.glade: New GUI by Anna Dirks. * mouse-left.png, mouse-right.png: Added. * Makefile.am: Install pixmaps. * prefs-widget.c (set_pixmap_file): Added function. (threshold_changed_cb, read_preferences): Call new macro THRESHOLD_CONVERT, as sensitivity is the reverse of threshold. (read_preferences, prefs_widget_init): Change "threshold_entry" to sensitivity_entry. (prefs_widget_init): Call set_pixmap_file for the new pixmaps.
16 lines
438 B
C
16 lines
438 B
C
/*
|
|
* Translatable strings file generated by Glade.
|
|
* Add this file to your project's POTFILES.in.
|
|
* DO NOT compile it as part of your application.
|
|
*/
|
|
|
|
gchar *s = N_("Mouse Configuration");
|
|
gchar *s = N_("My mouse is:");
|
|
gchar *s = N_("Left handed");
|
|
gchar *s = N_("Right handed");
|
|
gchar *s = N_("Slow");
|
|
gchar *s = N_("Fast");
|
|
gchar *s = N_("Mouse speed:");
|
|
gchar *s = N_("Low");
|
|
gchar *s = N_("High");
|
|
gchar *s = N_("Sensitivity:");
|