bug4113fix.patch

Patch for bug #4113 - Jan Schreiber, 2011-08-04 02:03 PM

Download (754 Bytes)

View differences:

src/gui/qgsprojectionselector.cpp
168 168
    applySelection();
169 169
  }
170 170

  
171
  lstRecent->clear();
172

  
171 173
  for ( int i = mRecentProjections.size() - 1; i >= 0; i-- )
172 174
    insertRecent( mRecentProjections.at( i ).toLong() );
173 175

  
174
-