forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
381 B
C++
11 lines
381 B
C++
--- src/main.cc.orig Fri Dec 5 22:57:02 2003
|
|
+++ src/main.cc Fri Dec 5 22:57:20 2003
|
|
@@ -18,7 +18,7 @@
|
|
gtk_set_locale ();
|
|
gtk_init (&argc, &argv);
|
|
|
|
- add_pixmap_directory (PACKAGE_DATA_DIR "/pixmaps/graphopt");
|
|
+ add_pixmap_directory (PACKAGE_DATA_DIR "/graphopt/pixmaps");
|
|
add_pixmap_directory (PACKAGE_SOURCE_DIR "/pixmaps");
|
|
|
|
window1 = create_window1();
|