Fixed bug for MSWin build (bad variable name)

This commit is contained in:
Cirilo Bernardo 2015-12-17 20:32:24 +11:00
parent 879c445b55
commit 85e438570f
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ static char ext1[] = "emn";
#ifdef _WIN32
static char fil0[] = "IDF (*.idf)|*.idf";
static char fil0[] = "IDF BRD v2/v3 (*.emn)|*.emn";
static char fil1[] = "IDF BRD v2/v3 (*.emn)|*.emn";
#else
static char ext2[] = "IDF";
static char ext3[] = "EMN";