fixed descriptive text for exports to include png

This commit is contained in:
Rob Pearce 2009-07-28 02:35:34 +00:00
parent c8f80da5c2
commit 1399024438
1 changed files with 1 additions and 1 deletions

View File

@ -8071,7 +8071,7 @@ int showfiledialog(void) {
drawtextat(buffer, -1, (map[curmap].height / 4), t, DEFTEXTH*2, black);
if (state == S_SAVING) {
drawtextat(buffer, -1, (map[curmap].height / 4) + (th*2), "(use extension of .SVG or .BMP to export)", DEFTEXTH*2, black);
drawtextat(buffer, -1, (map[curmap].height / 4) + (th*2), "(use extension of SVG/PNG/BMP to export)", DEFTEXTH*2, black);
}
/* draw outlines */