X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Fresourceview%2Fmodule.c;h=331919882f9d733a56f274a0bc480d9e6d9723b5;hb=ec7a5af61127aa50a1839eee5be99ce53494c57b;hp=795fc6f75f55c9ad1e3654ba1898cd2c6250983f;hpb=58a9b31ba0dbc1df35a2d375599a3c7996079fbe;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/resourceview/module.c b/ltt/branches/poly/lttv/modules/gui/resourceview/module.c index 795fc6f7..33191988 100644 --- a/ltt/branches/poly/lttv/modules/gui/resourceview/module.c +++ b/ltt/branches/poly/lttv/modules/gui/resourceview/module.c @@ -30,7 +30,7 @@ #include "lttv_plugin_cfv.h" #include "eventhooks.h" -#include "hGuiControlFlowInsert.xpm" +#include "resourceview_icon.xpm" #include "hLegendInsert.xpm" GQuark LTT_NAME_CPU; @@ -57,7 +57,7 @@ static void init() { lttvwindow_register_constructor("resourceview", "/", "Insert Resource Viewer", - hGuiControlFlowInsert_xpm, + resourceview_icon_xpm, "Insert Resource Viewer", h_resourceview);