[Xfce4-commits] <xfce4-session:master> Update descritpion.
Nick Schermer
noreply at xfce.org
Mon Mar 26 17:38:02 CEST 2012
Updating branch refs/heads/master
to 602983e5e881dcd765d8850f33630249a5025070 (commit)
from 0fea8c64bfc32915d9e397e7029de150167a737d (commit)
commit 602983e5e881dcd765d8850f33630249a5025070
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