[Xfce4-commits] <xfmpc:master> preferences-dialog: Add subtitle to preferences dialog

Mike Massonnet noreply at xfce.org
Sat Aug 13 10:54:08 CEST 2011


Updating branch refs/heads/master
         to 0e921ea3d596c4e642a5e3d302cb1ec99117c84a (commit)
       from 8a1cac49b29176933141443d86d7511740878e84 (commit)

commit 0e921ea3d596c4e642a5e3d302cb1ec99117c84a
Author: Mike Massonnet <mmassonnet at xfce.org>
Date:   Thu Aug 11 19:00:11 2011 +0200

    preferences-dialog: Add subtitle to preferences dialog

 src/preferences-dialog.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/preferences-dialog.vala b/src/preferences-dialog.vala
index 73ae343..602daae 100644
--- a/src/preferences-dialog.vala
+++ b/src/preferences-dialog.vala
@@ -44,6 +44,7 @@ namespace Xfmpc {
 			this.icon_name = "stock_volume";
 			this.resizable = false;
 			this.title = "Xfmpc Preferences";
+			this.subtitle = "Customize your MPD client";
 
 			this.preferences = Xfmpc.Preferences.get_default ();
 


More information about the Xfce4-commits mailing list