1
0
Fork 0

Changed metacity-properties window title to match its menu entry and be more consistent with other capplets

This commit is contained in:
Stephen Browne 2002-05-30 09:49:15 +00:00
parent 90ff51acdb
commit 49f9ba96cc
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2002-05-30 Stephen Browne@sun.com <stephen.browne@sun.com>
* src/tools/metacity-properties.glade: changed window title
to match other control center dialogs
2002-05-29 Havoc Pennington <hp@pobox.com>
* src/session.c (meta_session_init): improve error about failing

View file

@ -5,7 +5,7 @@
<widget class="GtkDialog" id="Mainwindow">
<property name="visible">False</property>
<property name="title" translatable="yes">Window Properties</property>
<property name="title" translatable="yes">Window Focus Preferences</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_NONE</property>
<property name="modal">False</property>