14 lines
361 B
Text
14 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:
|