Index: head/emulators/snes9express/files/patch-frend.cc =================================================================== --- head/emulators/snes9express/files/patch-frend.cc (nonexistent) +++ head/emulators/snes9express/files/patch-frend.cc (revision 432979) @@ -0,0 +1,11 @@ +--- frend.cc.orig 2009-12-21 22:38:54 UTC ++++ frend.cc +@@ -2527,7 +2527,7 @@ void Window::addMenu(const char*label, M + { + if(strcmp(items[i].label, "-")) + { +- if(items[i].icon > 0) ++ if(items[i].icon) + { + menu_item = gtk_menu_item_new(); + GtkWidget *hbox = gtk_hbox_new(false, false); Property changes on: head/emulators/snes9express/files/patch-frend.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property