blob: bedd701f3d918d25d3201781c2f9bfeb0f754c12 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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:
|