diff options
author | Olav Vitters <olav@bkor.dhs.org> | 2005-05-16 19:51:57 +0000 |
---|---|---|
committer | Olav Vitters <ovitters@src.gnome.org> | 2005-05-16 19:51:57 +0000 |
commit | 26d40d3efc7438c412e0d31f40202f3f4d564c77 (patch) | |
tree | ff56ab9cd0520c3fd3f1706704aceba182a87136 | |
parent | 88d037967bc80a7601778e402bb3fd67518992c0 (diff) | |
download | gnome-control-center-26d40d3efc7438c412e0d31f40202f3f4d564c77.tar.gz |
Remove garbage text. Patch by Benjamin LeMasurier. Fixes bug #162492.
2005-05-16 Olav Vitters <olav@bkor.dhs.org>
* gnome-about-me.glade: Remove garbage text. Patch by Benjamin
LeMasurier. Fixes bug #162492.
-rw-r--r-- | capplets/about-me/ChangeLog | 5 | ||||
-rw-r--r-- | capplets/about-me/gnome-about-me.glade | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/capplets/about-me/ChangeLog b/capplets/about-me/ChangeLog index c55d1cf4c..d6f4c833d 100644 --- a/capplets/about-me/ChangeLog +++ b/capplets/about-me/ChangeLog @@ -1,3 +1,8 @@ +2005-05-16 Olav Vitters <olav@bkor.dhs.org> + + * gnome-about-me.glade: Remove garbage text. Patch by Benjamin + LeMasurier. Fixes bug #162492. + 2005-04-01 Diego Gonzalez <diego@pemas.net> * gnome-about-me.c: fix the case where the self uid is wrong diff --git a/capplets/about-me/gnome-about-me.glade b/capplets/about-me/gnome-about-me.glade index 2427c2727..22bd4ec5e 100644 --- a/capplets/about-me/gnome-about-me.glade +++ b/capplets/about-me/gnome-about-me.glade @@ -174,7 +174,7 @@ <child> <widget class="GtkLabel" id="login"> <property name="visible">True</property> - <property name="label" translatable="yes">asdfasdfasdfasdfasdf</property> + <property name="label" translatable="yes"> </property> <property name="use_underline">False</property> <property name="use_markup">False</property> <property name="justify">GTK_JUSTIFY_LEFT</property> |