use time functions in time.h
[lttv.git] / ltt / branches / poly / lttv / modules / gui / mainWin / src / main.c
index ce864fcfd749b34bfd9c68918d4258ef81197426..46044437030b77274f07395afecff3f89c2e2ae9 100644 (file)
@@ -12,7 +12,7 @@
 
 #include "interface.h"
 #include "support.h"
-#include "mainWindow.h"
+#include <lttv/mainWindow.h>
 #include "callbacks.h"
 
 /* global variable */
@@ -45,6 +45,7 @@ main (int argc, char *argv[])
 
   add_pixmap_directory (PACKAGE_DATA_DIR "/" PACKAGE "/pixmaps");
   add_pixmap_directory ("pixmaps");
+  add_pixmap_directory ("../pixmaps");
 
   /*
    * The following code was added by Glade to create one of each component
This page took 0.022636 seconds and 4 git commands to generate.