mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
14 lines
361 B
Plaintext
14 lines
361 B
Plaintext
$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:
|