diff options
Diffstat (limited to 'graphics/graphopt/files/patch-src_main.cc')
-rw-r--r-- | graphics/graphopt/files/patch-src_main.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/graphopt/files/patch-src_main.cc b/graphics/graphopt/files/patch-src_main.cc deleted file mode 100644 index e115e6bbfc1d..000000000000 --- a/graphics/graphopt/files/patch-src_main.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- src/main.cc.orig 2003-05-07 15:06:31 UTC -+++ src/main.cc -@@ -18,7 +18,7 @@ int main (int argc, char *argv[]) { - 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(); |