1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/graphics/xmrm/files/patch-xmrm.cc
Dirk Meyer 7f69caf166 This patch solves the build problems on -current and fixes
the libtiff save error (thanks to Eugene Ossintsev).
PR:		45962
Submitted by:	treif@mayn.de
2002-12-14 20:36:21 +00:00

12 lines
498 B
C++

--- xmrm.cc.orig Fri Nov 29 18:03:08 2002
+++ xmrm.cc Fri Nov 29 17:41:19 2002
@@ -362,7 +362,7 @@
// fl_set_object_boxtype(obj,FL_NO_BOX);
fl_set_object_lsize(obj,FL_NORMAL_SIZE);
fl_set_object_lstyle(obj,FL_BOLD_STYLE);
- fl_set_menu(obj, "HTML-Manual (Netscape)%l|ABOUT");
+ fl_set_menu(obj, "HTML-Manual%l|ABOUT");
fl_set_object_callback(obj,callback_Menus,3);
//******************************** SLIDERS *************************************************************