[Xfce4-commits] <xfce4-session:nick/autostart> Update descritpion.
Nick Schermer
noreply at xfce.org
Sun Mar 25 13:54:01 CEST 2012
Updating branch refs/heads/nick/autostart
to 9205714431daa2cb6c1da98ffd640ef60b7f95d0 (commit)
from 7616b84213ad167bdccc7e97ca0a2f65a60b062b (commit)
commit 9205714431daa2cb6c1da98ffd640ef60b7f95d0
Author: Nick Schermer <nick at xfce.org>
Date: Sun Mar 25 13:53:14 2012 +0200
Update descritpion.
settings/xfae-window.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/settings/xfae-window.c b/settings/xfae-window.c
index b6f65f8..d71fb7b 100644
--- a/settings/xfae-window.c
+++ b/settings/xfae-window.c
@@ -94,6 +94,7 @@ xfae_window_init (XfaeWindow *window)
img = gtk_image_new_from_stock (GTK_STOCK_DIALOG_INFO, GTK_ICON_SIZE_DIALOG);
gtk_box_pack_start (GTK_BOX (hbox), img, FALSE, FALSE, 0);
+ gtk_misc_set_alignment (GTK_MISC (img), 0.50, 0.00);
gtk_widget_show (img);
label = g_object_new (GTK_TYPE_LABEL,
@@ -101,7 +102,9 @@ xfae_window_init (XfaeWindow *window)
"label", _("Below is the list of applications that will be started "
"automatically when you login to your Xfce desktop, "
"in addition to the applications that were saved when "
- "you logged out last time:"),
+ "you logged out last time. Cursive applications belong "
+ "to another desktop environment, but you can still enable "
+ "them if you want."),
"xalign", 0.0f,
NULL);
gtk_label_set_line_wrap (GTK_LABEL (label), TRUE);
More information about the Xfce4-commits
mailing list