Skip to content

Commit a5d5cf8

Browse files
author
jef
committedJun 26, 2009
automatic indentation update (r10918-r10980)
git-svn-id: http://svn.osgeo.org/qgis/trunk@10981 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 5453c87 commit a5d5cf8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+1062
-1060
lines changed
 

‎src/app/attributetable/qgsattributetabledialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ void QgsAttributeTableDialog::on_mCopySelectedRowsButton_clicked()
203203

204204
void QgsAttributeTableDialog::on_mZoomMapToSelectedRowsButton_clicked()
205205
{
206-
QgisApp::instance()->mapCanvas()->zoomToSelected(mLayer);
206+
QgisApp::instance()->mapCanvas()->zoomToSelected( mLayer );
207207
}
208208

209209
void QgsAttributeTableDialog::on_mInvertSelectionButton_clicked()

‎src/app/attributetable/qgsattributetablememorymodel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ bool QgsAttributeTableMemoryModel::setData( const QModelIndex &index, const QVar
120120
// QgsDebugMsg(mFeatureMap[rowToId(index.row())].id());
121121
mFeatureMap[rowToId( index.row() )].changeAttribute( mAttributes[ index.column()], value );
122122
// propagate back to the layer
123-
mLayer->beginEditCommand( tr("Attribute changed") );
123+
mLayer->beginEditCommand( tr( "Attribute changed" ) );
124124
mLayer->changeAttributeValue( rowToId( index.row() ), mAttributes[ index.column()], value, true );
125125
mLayer->endEditCommand();
126126
}

0 commit comments

Comments
 (0)