fixed descriptive text for exports to include png
This commit is contained in:
parent
c8f80da5c2
commit
1399024438
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue