fix missed capitalization for the ui-review.
2002-08-10 Jody Goldberg <jody@gnome.org> * file-types-properties.glade : fix missed capitalization for the ui-review. 2002-08-15 Jody Goldberg <jody@gnome.org> * gnome-keyboard-properties.glade : fix label and make consistent with mouse capplet. * gnome-keyboard-properties.c (create_dialog) : use size groups. 2002-08-15 Jody Goldberg <jody@gnome.org> http://bugzilla.gnome.org/show_bug.cgi?id=90778 * gnome-settings-accessibility-keyboard.c (set_gconf_from_server) : Add a heuristic so that we do not disable features in gconf just because they are disabled in the X server. If the master switch is already disabled in gconf we can guess that most of the time it means that people want to keep their flags. 2002-08-07 Jody Goldberg <jody@gnome.org> * po/POTFILES.in : remove bogus file.
This commit is contained in:
parent
a5a97dcbc1
commit
3b1c8cb1cd
11 changed files with 258 additions and 154 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-08-10 Jody Goldberg <jody@gnome.org>
|
||||
|
||||
* file-types-properties.glade : fix missed capitalization for the
|
||||
ui-review.
|
||||
|
||||
2002-08-07 Jody Goldberg <jody@gnome.org>
|
||||
|
||||
* mime-edit-dialog.c (mime_edit_dialog_get_app) : Be extra anal, just
|
||||
|
|
|
@ -25,4 +25,4 @@ desktop_DATA = $(Desktop_in_files:.desktop.in=.desktop)
|
|||
|
||||
INCLUDES = $(GNOMECC_CAPPLETS_CFLAGS) $(VFS_CAPPLET_CFLAGS)
|
||||
CLEANFILES = $(GNOMECC_CAPPLETS_CLEANFILES)
|
||||
EXTRA_DIST = $(Glade_DATA) $(Desktop_in_files) category-names.h
|
||||
EXTRA_DIST = $(Glade_DATA) $(Desktop_in_files)
|
||||
|
|
|
@ -1,27 +0,0 @@
|
|||
/*
|
||||
* Translatable strings file
|
||||
* Add this file to your project's POTFILES.in.
|
||||
* DO NOT compile it as part of your application.
|
||||
*/
|
||||
|
||||
gchar *s = N_("Documents");
|
||||
gchar *s = N_("Word Processor");
|
||||
gchar *s = N_("Published Materials");
|
||||
gchar *s = N_("Spreadsheet");
|
||||
gchar *s = N_("Presentation");
|
||||
gchar *s = N_("Diagram");
|
||||
gchar *s = N_("TeX");
|
||||
gchar *s = N_("Vector Graphics");
|
||||
gchar *s = N_("World Wide Web");
|
||||
gchar *s = N_("Plain Text");
|
||||
gchar *s = N_("Extended Markup Language (XML)");
|
||||
gchar *s = N_("Information");
|
||||
gchar *s = N_("Financial");
|
||||
gchar *s = N_("Calendar");
|
||||
gchar *s = N_("Contacts");
|
||||
gchar *s = N_("Packages");
|
||||
gchar *s = N_("Software Development");
|
||||
gchar *s = N_("Source Code");
|
||||
gchar *s = N_("Audio");
|
||||
gchar *s = N_("Images");
|
||||
gchar *s = N_("Video");
|
|
@ -132,7 +132,7 @@
|
|||
<widget class="GtkButton" id="add_mime_button">
|
||||
<property name="can_default">yes</property>
|
||||
<property name="can_focus">yes</property>
|
||||
<property name="label" translatable="yes">Add _file type...</property>
|
||||
<property name="label" translatable="yes">Add _File Type...</property>
|
||||
<property name="use_underline">yes</property>
|
||||
<property name="relief">GTK_RELIEF_NORMAL</property>
|
||||
<property name="visible">yes</property>
|
||||
|
@ -143,7 +143,7 @@
|
|||
<widget class="GtkButton" id="add_service_button">
|
||||
<property name="can_default">yes</property>
|
||||
<property name="can_focus">yes</property>
|
||||
<property name="label" translatable="yes">Add _service...</property>
|
||||
<property name="label" translatable="yes">Add _Service...</property>
|
||||
<property name="use_underline">yes</property>
|
||||
<property name="relief">GTK_RELIEF_NORMAL</property>
|
||||
<property name="visible">yes</property>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue