[Xfce4-commits] r29089 - xfce4-settings/trunk/xfce4-settings-editor
Stephan Arts
stephan at xfce.org
Sat Jan 3 00:10:12 CET 2009
Author: stephan
Date: 2009-01-02 23:10:12 +0000 (Fri, 02 Jan 2009)
New Revision: 29089
Modified:
xfce4-settings/trunk/xfce4-settings-editor/xfce4-settings-editor.desktop.in
xfce4-settings/trunk/xfce4-settings-editor/xfce4-settings-editor.glade
Log:
Applied patch from Nick Schermer to fix the .desktop file, icon-name and camel-casing.
Modified: xfce4-settings/trunk/xfce4-settings-editor/xfce4-settings-editor.desktop.in
===================================================================
--- xfce4-settings/trunk/xfce4-settings-editor/xfce4-settings-editor.desktop.in 2009-01-02 20:50:45 UTC (rev 29088)
+++ xfce4-settings/trunk/xfce4-settings-editor/xfce4-settings-editor.desktop.in 2009-01-02 23:10:12 UTC (rev 29089)
@@ -1,9 +1,9 @@
[Desktop Entry]
Encoding=UTF-8
-_Name=Xfce 4 Settings Editor
-_Comment=Graphical settings editor for Xfce 4
+_Name=Settings Editor
+_Comment=Graphical settings editor for Xfconf
Exec=xfce4-settings-editor
-Icon=xfce4-settings
+Icon=preferences-system
Terminal=false
Type=Application
Categories=X-XFCE;Settings;DesktopSettings;
Modified: xfce4-settings/trunk/xfce4-settings-editor/xfce4-settings-editor.glade
===================================================================
--- xfce4-settings/trunk/xfce4-settings-editor/xfce4-settings-editor.glade 2009-01-02 20:50:45 UTC (rev 29088)
+++ xfce4-settings/trunk/xfce4-settings-editor/xfce4-settings-editor.glade 2009-01-02 23:10:12 UTC (rev 29089)
@@ -4,11 +4,11 @@
<glade-interface>
<requires lib="xfce4"/>
<widget class="XfceTitledDialog" id="edit_settings_dialog">
- <property name="title">Edit Property</property>
+ <property name="title" translatable="yes">Edit Property</property>
<property name="allow_grow">False</property>
<property name="resizable">False</property>
<property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
- <property name="icon_name">preferences-other</property>
+ <property name="icon_name">preferences-system</property>
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
<property name="transient_for">main_dialog</property>
<property name="has_separator">False</property>
@@ -194,8 +194,9 @@
<widget class="XfceTitledDialog" id="main_dialog">
<property name="width_request">600</property>
<property name="height_request">380</property>
- <property name="title">Settings editor</property>
- <property name="icon_name">preferences-other</property>
+ <property name="title" translatable="yes">Settings Editor</property>
+ <property name="icon_name">preferences-system</property>
+ <property name="subtitle" translatable="yes">Customize settings stored by Xfconf</property>
<property name="has_separator">False</property>
<child internal-child="vbox">
<widget class="GtkVBox" id="dialog-vbox4">
More information about the Xfce4-commits
mailing list