Skip to content

Commit

Permalink
Commented out two assert statements
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6135 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Nov 27, 2006
1 parent a482226 commit 84566b9
Show file tree
Hide file tree
Showing 17 changed files with 23,109 additions and 12,146 deletions.
1,311 changes: 775 additions & 536 deletions i18n/qgis_cs_CZ.ts

Large diffs are not rendered by default.

1,311 changes: 775 additions & 536 deletions i18n/qgis_de.ts

Large diffs are not rendered by default.

1,313 changes: 776 additions & 537 deletions i18n/qgis_fr.ts

Large diffs are not rendered by default.

1,294 changes: 749 additions & 545 deletions i18n/qgis_id.ts

Large diffs are not rendered by default.

1,294 changes: 749 additions & 545 deletions i18n/qgis_it.ts

Large diffs are not rendered by default.

1,294 changes: 749 additions & 545 deletions i18n/qgis_ja.ts

Large diffs are not rendered by default.

1,307 changes: 758 additions & 549 deletions i18n/qgis_lv.ts

Large diffs are not rendered by default.

1,297 changes: 748 additions & 549 deletions i18n/qgis_nl.ts

Large diffs are not rendered by default.

1,299 changes: 749 additions & 550 deletions i18n/qgis_pl_PL.ts

Large diffs are not rendered by default.

1,296 changes: 750 additions & 546 deletions i18n/qgis_pt_BR.ts

Large diffs are not rendered by default.

1,299 changes: 749 additions & 550 deletions i18n/qgis_ru.ts

Large diffs are not rendered by default.

1,296 changes: 750 additions & 546 deletions i18n/qgis_se.ts

Large diffs are not rendered by default.

1,318 changes: 776 additions & 542 deletions i18n/qgis_sk.ts

Large diffs are not rendered by default.

1,310 changes: 777 additions & 533 deletions i18n/qgis_sv.ts

Large diffs are not rendered by default.

15,706 changes: 11,717 additions & 3,989 deletions i18n/qgis_vi.ts

Large diffs are not rendered by default.

1,306 changes: 760 additions & 546 deletions i18n/qgis_zh_CN.ts

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/gui/qgisapp.cpp
Expand Up @@ -4509,14 +4509,14 @@ void QgisApp::projectionsEnabled(bool theFlag)
{
QPixmap myProjPixmap;
myProjPixmap.load(myIconPath+"/mIconProjectionEnabled.png");
assert(!myProjPixmap.isNull());
//assert(!myProjPixmap.isNull());
mOnTheFlyProjectionStatusButton->setPixmap(myProjPixmap);
}
else
{
QPixmap myProjPixmap;
myProjPixmap.load(myIconPath+"/mIconProjectionDisabled.png");
assert(!myProjPixmap.isNull());
//assert(!myProjPixmap.isNull());
mOnTheFlyProjectionStatusButton->setPixmap(myProjPixmap);
}
}
Expand Down

0 comments on commit 84566b9

Please sign in to comment.