Skip to content

Commit

Permalink
Fix for ticket #394
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6087 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Nov 15, 2006
1 parent fd5be4e commit ddac6ca
Show file tree
Hide file tree
Showing 18 changed files with 60,336 additions and 5,932 deletions.
3,824 changes: 3,798 additions & 26 deletions i18n/qgis_cs_CZ.ts

Large diffs are not rendered by default.

12,032 changes: 7,583 additions & 4,449 deletions i18n/qgis_de.ts

Large diffs are not rendered by default.

3,483 changes: 3,429 additions & 54 deletions i18n/qgis_fr.ts

Large diffs are not rendered by default.

4,029 changes: 3,865 additions & 164 deletions i18n/qgis_id.ts

Large diffs are not rendered by default.

3,961 changes: 3,851 additions & 110 deletions i18n/qgis_it.ts

Large diffs are not rendered by default.

4,209 changes: 4,103 additions & 106 deletions i18n/qgis_ja.ts

Large diffs are not rendered by default.

4,037 changes: 3,936 additions & 101 deletions i18n/qgis_lv.ts

Large diffs are not rendered by default.

3,499 changes: 3,319 additions & 180 deletions i18n/qgis_nl.ts

Large diffs are not rendered by default.

3,978 changes: 3,817 additions & 161 deletions i18n/qgis_pl_PL.ts

Large diffs are not rendered by default.

3,994 changes: 3,892 additions & 102 deletions i18n/qgis_pt_BR.ts

Large diffs are not rendered by default.

3,584 changes: 3,407 additions & 177 deletions i18n/qgis_ru.ts

Large diffs are not rendered by default.

4,139 changes: 4,007 additions & 132 deletions i18n/qgis_se.ts

Large diffs are not rendered by default.

4,239 changes: 4,167 additions & 72 deletions i18n/qgis_sk.ts

Large diffs are not rendered by default.

3,116 changes: 3,096 additions & 20 deletions i18n/qgis_sv.ts

Large diffs are not rendered by default.

4,141 changes: 4,066 additions & 75 deletions i18n/qgis_zh_CN.ts

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/gui/qgscontinuouscolordialog.cpp
Expand Up @@ -52,7 +52,6 @@ QgsContinuousColorDialog::QgsContinuousColorDialog(QgsVectorLayer * layer)
if (type != "String" && type != "varchar" && type != "geometry")
{
str = (*it).name();
str = str.left(1).upper() + str.right(str.length() - 1); //make the first letter uppercase
classificationComboBox->insertItem(str);
mFieldMap.insert(std::make_pair(combonumber, fieldnumber));
combonumber++;
Expand Down
1 change: 0 additions & 1 deletion src/gui/qgsgraduatedsymboldialog.cpp
Expand Up @@ -50,7 +50,6 @@ QgsGraduatedSymbolDialog::QgsGraduatedSymbolDialog(QgsVectorLayer * layer): QDia
if (type != "String" && type != "varchar" && type != "geometry")
{
str = (*it).name();
str = str.left(1).upper() + str.right(str.length() - 1); //make the first letter uppercase
classificationComboBox->insertItem(str);
mFieldMap.insert(std::make_pair(str, fieldnumber));
}
Expand Down
1 change: 0 additions & 1 deletion src/gui/qgsuniquevaluedialog.cpp
Expand Up @@ -42,7 +42,6 @@ QgsUniqueValueDialog::QgsUniqueValueDialog(QgsVectorLayer* vl): QDialog(), mVect
++it)
{
str = (*it).name();
str = str.left(1).upper() + str.right(str.length() - 1); //make the first letter uppercase
mClassificationComboBox->insertItem(str);
}
}
Expand Down

0 comments on commit ddac6ca

Please sign in to comment.