From efd512daa1bf48ece7420ddf847775c368e9f2cc Mon Sep 17 00:00:00 2001 From: compudj Date: Wed, 12 Jul 2006 02:47:13 +0000 Subject: [PATCH] shorter file name git-svn-id: http://ltt.polymtl.ca/svn@2009 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/lttv/modules/gui/controlflow/cfv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.34.1