** Corrected file name extension for PNG files

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1413 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
larsl 2004-05-16 15:16:05 +00:00
parent 626d03c43e
commit 1cfe5db358
3 changed files with 7 additions and 4 deletions

View File

@ -1,8 +1,11 @@
QGIS Change Log
ChangeLog,v 1.77 2004/05/15 20:42:34 larsl Exp
ChangeLog,v 1.78 2004/05/16 15:16:05 larsl Exp
------------------------------------------------------------------------------
Version 0.3 'Madison' .... development version
2004-05-16 [larsl] 0.2.0devel20
** Corrected file name extension for PNG files
2004-05-15 [larsl] 0.2.0devel19
** Added my picture in the About dialog to attract more female users to QGIS

View File

@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
dnl configure.in,v 1.81 2004/05/15 20:42:34 larsl Exp
dnl configure.in,v 1.82 2004/05/16 15:16:05 larsl Exp
AC_INIT
@ -24,7 +24,7 @@ dnl ---------------------------------------------------------------------------
MAJOR_VERSION=0
MINOR_VERSION=2
MICRO_VERSION=0
EXTRA_VERSION=19
EXTRA_VERSION=20
if test $EXTRA_VERSION -eq 0; then
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}
else

View File

@ -1593,7 +1593,7 @@ void QgisApp::saveMapAsImage()
//prompt the user for a filename
QString myOutputFileNameQString = QFileDialog::getSaveFileName(
".",
"PNG Files (*.pn223g)",
"PNG Files (*.png)",
this,
"save file dialog"
"Choose a filename to save the map image as" );