[Xfce4-commits] <xfce4-panel:devel> Use web-browser icon in the "Read Online" button.

Nick Schermer noreply at xfce.org
Tue Feb 23 19:30:01 CET 2010


Updating branch refs/heads/devel
         to c6753a8cf0b5188b971cd14ad402850955a0aa50 (commit)
       from a5af1e96e0a6f202b770dcd68cd80ed00a2d92c6 (commit)

commit c6753a8cf0b5188b971cd14ad402850955a0aa50
Author: Nick Schermer <nick at xfce.org>
Date:   Tue Feb 23 18:49:51 2010 +0100

    Use web-browser icon in the "Read Online" button.

 common/panel-builder.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/common/panel-builder.c b/common/panel-builder.c
index 40a5f41..e911c33 100644
--- a/common/panel-builder.c
+++ b/common/panel-builder.c
@@ -152,7 +152,7 @@ panel_builder_show_help (GtkWindow   *parent,
 
   if (G_LIKELY (exists))
     uri = g_strconcat ("file://", filename, "#", offset, NULL);
-  else if (xfce_dialog_confirm (parent, GTK_STOCK_HELP, _("_Read Online"),
+  else if (xfce_dialog_confirm (parent, "web-browser", _("_Read Online"),
                _("You can read the user manual online. This manual may however "
                  "not exactly match your panel version."),
                _("The Xfce Panel user manual is not installed on your computer")))



More information about the Xfce4-commits mailing list