eac4e73f27
pkgsrc notes: -modified to use system libz instead of a bundled copy -disabled the option to create self-extracting combinations of the executable with a data file. This relies on reliable deduction of the currrent executable's path which cannot be done in a portable way, and it doesn't make much sense anyway because that thing needs a zillion of shared libraries.
13 lines
361 B
Text
13 lines
361 B
Text
$NetBSD: patch-ah,v 1.1.1.1 2007/11/22 20:50:09 drochner Exp $
|
|
|
|
--- src/FileExportDlg.h.orig 2007-11-22 16:15:06.000000000 +0100
|
|
+++ src/FileExportDlg.h
|
|
@@ -43,7 +43,7 @@ public:
|
|
bool GetExportLinked();
|
|
|
|
public:
|
|
- struct _fmt m_formats[6]; //export formats info
|
|
+ struct _fmt m_formats[5]; //export formats info
|
|
void ForceFormatExtension();
|
|
|
|
protected:
|