bug902fix.diff

cdavila -, 2008-01-14 07:40 AM

Download (1.34 KB)

View differences:

app/qgisapp.cpp (copia de trabajo)
5430 5430
                            "QGIS you used to discover the error."
5431 5431
                            "<p>To remove this warning when opening an older project file, "
5432 5432
                            "check the box 'Warn me when opening a project file saved with an "
5433
                            "older verision of QGIS' "
5433
                            "older version of QGIS' "
5434 5434
                            "in the <tt>Settings:Options:General</tt> menu. "
5435 5435
                            "<p>Version of the project file: %1<br>"
5436 5436
                            "Current version of QGIS: %2")
ui/qgsoptionsbase.ui (copia de trabajo)
66 66
          <item>
67 67
           <widget class="QCheckBox" name="chbWarnOldProjectVersion" >
68 68
            <property name="text" >
69
             <string>Warn me when opening a project file saved with an older verision of QGIS</string>
69
             <string>Warn me when opening a project file saved with an older version of QGIS</string>
70 70
            </property>
71 71
           </widget>
72 72
          </item>