Skip to content

Commit

Permalink
Updated the copyright text to reflect the current year
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4476 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
gsherman committed Jan 5, 2006
1 parent fd87a5a commit d5c8de5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/copyright_label/plugin.cpp
Expand Up @@ -124,7 +124,7 @@ void QgsCopyrightLabelPlugin::projectRead()

mQFont.setFamily(QgsProject::instance()->readEntry("CopyrightLabel","/FontName","Arial"));
mQFont.setPointSize(QgsProject::instance()->readNumEntry("CopyrightLabel","/FontSize",14));
mLabelQString = QgsProject::instance()->readEntry("CopyrightLabel","/Label","(c) QGIS 2004");
mLabelQString = QgsProject::instance()->readEntry("CopyrightLabel","/Label","(c) QGIS 2006");
mPlacement = QgsProject::instance()->readEntry("CopyrightLabel","/Placement","Bottom Right");
mEnable = QgsProject::instance()->readBoolEntry("CopyrightLabel","/Enabled",true);
// todo - read & store state of font color
Expand Down
2 changes: 1 addition & 1 deletion plugins/copyright_label/pluginguibase.ui
Expand Up @@ -99,7 +99,7 @@
<enum>Qt::PlainText</enum>
</property>
<property name="text" >
<string>© QGIS 2004</string>
<string>© QGIS 20056</string>
</property>
<property name="wordWrap" >
<enum>Q3TextEdit::WidgetWidth</enum>
Expand Down

0 comments on commit d5c8de5

Please sign in to comment.