From a6a93f088e5de904d41211ff94d277d867ceab36 Mon Sep 17 00:00:00 2001 From: Agustin Zubiaga Date: Sun, 13 May 2012 15:16:07 +0000 Subject: Use + and - icons, for the helpbutton --- diff --git a/charthelp.py b/charthelp.py index 8e90f7c..978c572 100644 --- a/charthelp.py +++ b/charthelp.py @@ -12,9 +12,9 @@ def create_help(toolbar): helpitem.add_section(_('Basic usage')) helpitem.add_paragraph(_('First you need add data to create the graph')) helpitem.add_paragraph(_('You can add data with this button'), - 'row-insert') + 'gtk-add') helpitem.add_paragraph(_('...or remove data with this button'), - 'row-remove') + 'gtk-remove') helpitem.add_paragraph(_('To change the graph title, just change the activity title')) helpitem.add_paragraph(_('Next you can change the type of graph')) -- cgit v0.9.1