From: compudj Date: Wed, 12 Jul 2006 02:47:13 +0000 (+0000) Subject: shorter file name X-Git-Tag: v0.12.20~1480 X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=efd512daa1bf48ece7420ddf847775c368e9f2cc;p=lttv.git shorter file name git-svn-id: http://ltt.polymtl.ca/svn@2009 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/lttv/modules/gui/controlflow/cfv.c b/ltt/branches/poly/lttv/modules/gui/controlflow/cfv.c index 184caf9a..d23bf110 100644 --- a/ltt/branches/poly/lttv/modules/gui/controlflow/cfv.c +++ b/ltt/branches/poly/lttv/modules/gui/controlflow/cfv.c @@ -215,7 +215,7 @@ guicontrolflow(LttvPluginTab *ptab) 0); tmp_toolbar_icon = create_pixmap (main_window_get_widget(tab), - "stock_file-properties.png"); + "properties.png"); gtk_widget_show(tmp_toolbar_icon); control_flow_data->button_prop = gtk_tool_button_new(tmp_toolbar_icon, "Properties");