resourceview: fix new icon errors
authorpmf <pmf@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 15 Oct 2007 18:54:44 +0000 (18:54 +0000)
committerpmf <pmf@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 15 Oct 2007 18:54:44 +0000 (18:54 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2699 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/modules/gui/resourceview/module.c

index 7f7ce27b0851ab303da9e734c2f426be5f64d51e..331919882f9d733a56f274a0bc480d9e6d9723b5 100644 (file)
@@ -30,7 +30,7 @@
 #include "lttv_plugin_cfv.h"
 #include "eventhooks.h"
 
-#include "resouceview_icon.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);
   
This page took 0.026905 seconds and 4 git commands to generate.