[QGIS Commit] r8952 - in trunk/qgis/src/plugins: . copyright_label georeferencer gps_importer grid_maker north_arrow quick_print scale_bar

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed Jul 30 07:23:56 EDT 2008


Author: timlinux
Date: 2008-07-30 07:23:55 -0400 (Wed, 30 Jul 2008)
New Revision: 8952

Added:
   trunk/qgis/src/plugins/copyright_label/copyright_label.png
   trunk/qgis/src/plugins/georeferencer/georeferencer.png
   trunk/qgis/src/plugins/gps_importer/gps_importer.png
   trunk/qgis/src/plugins/grid_maker/grid_maker.png
   trunk/qgis/src/plugins/north_arrow/north_arrow.png
   trunk/qgis/src/plugins/north_arrow/north_arrow.svg
   trunk/qgis/src/plugins/quick_print/quick_print.png
   trunk/qgis/src/plugins/scale_bar/scale_bar.png
   trunk/qgis/src/plugins/scale_bar/scale_bar.svg
Removed:
   trunk/qgis/src/plugins/copyright_label/copyright.png
   trunk/qgis/src/plugins/georeferencer/icon.png
   trunk/qgis/src/plugins/gps_importer/icon.xpm
   trunk/qgis/src/plugins/grid_maker/graticule.png
   trunk/qgis/src/plugins/north_arrow/northArrow.svg
   trunk/qgis/src/plugins/north_arrow/northarrow.png
   trunk/qgis/src/plugins/quick_print/quickprint.png
   trunk/qgis/src/plugins/scale_bar/scalebar.png
   trunk/qgis/src/plugins/scale_bar/scalebar.svg
Modified:
   trunk/qgis/src/plugins/CMakeLists.txt
   trunk/qgis/src/plugins/copyright_label/copyright_plugin.qrc
   trunk/qgis/src/plugins/copyright_label/plugin.cpp
   trunk/qgis/src/plugins/georeferencer/georeferencer.qrc
   trunk/qgis/src/plugins/georeferencer/plugin.cpp
   trunk/qgis/src/plugins/gps_importer/qgsgps_plugin.qrc
   trunk/qgis/src/plugins/gps_importer/qgsgpsplugin.cpp
   trunk/qgis/src/plugins/grid_maker/gridmaker_plugin.qrc
   trunk/qgis/src/plugins/grid_maker/plugin.cpp
   trunk/qgis/src/plugins/north_arrow/northarrow_plugin.qrc
   trunk/qgis/src/plugins/north_arrow/plugin.cpp
   trunk/qgis/src/plugins/quick_print/quickprint.qrc
   trunk/qgis/src/plugins/quick_print/quickprintplugin.cpp
   trunk/qgis/src/plugins/scale_bar/plugin.cpp
   trunk/qgis/src/plugins/scale_bar/scalebar_plugin.qrc
Log:
For all plugins use icon name based on <plugin_dir>.png

Modified: trunk/qgis/src/plugins/CMakeLists.txt
===================================================================
--- trunk/qgis/src/plugins/CMakeLists.txt	2008-07-29 20:25:48 UTC (rev 8951)
+++ trunk/qgis/src/plugins/CMakeLists.txt	2008-07-30 11:23:55 UTC (rev 8952)
@@ -1,7 +1,7 @@
 SUBDIRS (copyright_label delimited_text grid_maker north_arrow scale_bar)
 
 IF (POSTGRES_FOUND)
-  SUBDIRS (geoprocessing spit)
+  SUBDIRS (spit)
 ENDIF (POSTGRES_FOUND)
 
 IF (EXPAT_FOUND)

Deleted: trunk/qgis/src/plugins/copyright_label/copyright.png
===================================================================
(Binary files differ)

Copied: trunk/qgis/src/plugins/copyright_label/copyright_label.png (from rev 8948, trunk/qgis/src/plugins/copyright_label/copyright.png)
===================================================================
(Binary files differ)

Modified: trunk/qgis/src/plugins/copyright_label/copyright_plugin.qrc
===================================================================
--- trunk/qgis/src/plugins/copyright_label/copyright_plugin.qrc	2008-07-29 20:25:48 UTC (rev 8951)
+++ trunk/qgis/src/plugins/copyright_label/copyright_plugin.qrc	2008-07-30 11:23:55 UTC (rev 8952)
@@ -1,5 +1,5 @@
 <RCC>
     <qresource prefix="/" >
-        <file>copyright.png</file>
+        <file>copyright_label.png</file>
     </qresource>
 </RCC>

Modified: trunk/qgis/src/plugins/copyright_label/plugin.cpp
===================================================================
--- trunk/qgis/src/plugins/copyright_label/plugin.cpp	2008-07-29 20:25:48 UTC (rev 8951)
+++ trunk/qgis/src/plugins/copyright_label/plugin.cpp	2008-07-30 11:23:55 UTC (rev 8952)
@@ -74,7 +74,7 @@
 void QgsCopyrightLabelPlugin::initGui()
 {
     // Create the action for tool
-    myQActionPointer = new QAction(QIcon(":/copyright.png"), tr("&Copyright Label"), this);
+    myQActionPointer = new QAction(QIcon(":/copyright_label.png"), tr("&Copyright Label"), this);
     myQActionPointer->setWhatsThis(tr("Creates a copyright label that is displayed on the map canvas."));
     // Connect the action to the run
     connect(myQActionPointer, SIGNAL(activated()), this, SLOT(run()));

Copied: trunk/qgis/src/plugins/georeferencer/georeferencer.png (from rev 8948, trunk/qgis/src/plugins/georeferencer/icon.png)
===================================================================
(Binary files differ)

Modified: trunk/qgis/src/plugins/georeferencer/georeferencer.qrc
===================================================================
--- trunk/qgis/src/plugins/georeferencer/georeferencer.qrc	2008-07-29 20:25:48 UTC (rev 8951)
+++ trunk/qgis/src/plugins/georeferencer/georeferencer.qrc	2008-07-30 11:23:55 UTC (rev 8952)
@@ -1,7 +1,7 @@
 <RCC>
     <qresource prefix="/" >
         <file>georef.png</file>
-        <file>icon.png</file>
+        <file>georeferencer.png</file>
         <file>pencil.png</file>
     </qresource>
 </RCC>

Deleted: trunk/qgis/src/plugins/georeferencer/icon.png
===================================================================
(Binary files differ)

Modified: trunk/qgis/src/plugins/georeferencer/plugin.cpp
===================================================================
--- trunk/qgis/src/plugins/georeferencer/plugin.cpp	2008-07-29 20:25:48 UTC (rev 8951)
+++ trunk/qgis/src/plugins/georeferencer/plugin.cpp	2008-07-30 11:23:55 UTC (rev 8952)
@@ -88,7 +88,7 @@
 void QgsGeorefPlugin::initGui()
 {
   // Create the action for tool
-  mQActionPointer = new QAction(QIcon(":/icon.png"), tr("&Georeferencer"), this);
+  mQActionPointer = new QAction(QIcon(":/georeferencer.png"), tr("&Georeferencer"), this);
 
   // Connect the action to the run
   connect(mQActionPointer, SIGNAL(triggered()), this, SLOT(run()));

Added: trunk/qgis/src/plugins/gps_importer/gps_importer.png
===================================================================
(Binary files differ)


Property changes on: trunk/qgis/src/plugins/gps_importer/gps_importer.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Deleted: trunk/qgis/src/plugins/gps_importer/icon.xpm
===================================================================
(Binary files differ)

Modified: trunk/qgis/src/plugins/gps_importer/qgsgps_plugin.qrc
===================================================================
--- trunk/qgis/src/plugins/gps_importer/qgsgps_plugin.qrc	2008-07-29 20:25:48 UTC (rev 8951)
+++ trunk/qgis/src/plugins/gps_importer/qgsgps_plugin.qrc	2008-07-30 11:23:55 UTC (rev 8952)
@@ -1,5 +1,5 @@
 <RCC>
     <qresource prefix="/" >
-        <file>gps.xpm</file>
+        <file>gps_importer.png</file>
     </qresource>
 </RCC>

Modified: trunk/qgis/src/plugins/gps_importer/qgsgpsplugin.cpp
===================================================================
--- trunk/qgis/src/plugins/gps_importer/qgsgpsplugin.cpp	2008-07-29 20:25:48 UTC (rev 8951)
+++ trunk/qgis/src/plugins/gps_importer/qgsgpsplugin.cpp	2008-07-30 11:23:55 UTC (rev 8952)
@@ -46,10 +46,7 @@
 //the gui subclass
 #include "qgsgpsplugingui.h"
 
-// xpm for creating the toolbar icon
-#include "icon.xpm"
 
-
 static const char * const ident_ = 
   "$Id$";
 static const QString name_ = QObject::tr("GPS Tools");
@@ -90,8 +87,8 @@
 void QgsGPSPlugin::initGui()
 {
   // add an action to the toolbar
-  mQActionPointer = new QAction(QIcon(icon), tr("&Gps Tools"), this);
-  mCreateGPXAction = new QAction(QIcon(icon), tr("&Create new GPX layer"), this);
+  mQActionPointer = new QAction(QIcon(":/gps_importer.png"), tr("&Gps Tools"), this);
+  mCreateGPXAction = new QAction(QIcon(":/gps_importer.png"), tr("&Create new GPX layer"), this);
 
   mQActionPointer->setWhatsThis(tr("Creates a new GPX layer and displays it on the map canvas"));
   mCreateGPXAction->setWhatsThis(tr("Creates a new GPX layer and displays it on the map canvas"));

Deleted: trunk/qgis/src/plugins/grid_maker/graticule.png
===================================================================
(Binary files differ)

Copied: trunk/qgis/src/plugins/grid_maker/grid_maker.png (from rev 8948, trunk/qgis/src/plugins/grid_maker/graticule.png)
===================================================================
(Binary files differ)

Modified: trunk/qgis/src/plugins/grid_maker/gridmaker_plugin.qrc
===================================================================
--- trunk/qgis/src/plugins/grid_maker/gridmaker_plugin.qrc	2008-07-29 20:25:48 UTC (rev 8951)
+++ trunk/qgis/src/plugins/grid_maker/gridmaker_plugin.qrc	2008-07-30 11:23:55 UTC (rev 8952)
@@ -1,5 +1,5 @@
 <RCC>
     <qresource prefix="/" >
-        <file>graticule.png</file>
+        <file>grid_maker.png</file>
     </qresource>
 </RCC>

Modified: trunk/qgis/src/plugins/grid_maker/plugin.cpp
===================================================================
--- trunk/qgis/src/plugins/grid_maker/plugin.cpp	2008-07-29 20:25:48 UTC (rev 8951)
+++ trunk/qgis/src/plugins/grid_maker/plugin.cpp	2008-07-30 11:23:55 UTC (rev 8952)
@@ -88,7 +88,7 @@
 void QgsGridMakerPlugin::initGui()
 {
   // Create the action for tool
-  myQActionPointer = new QAction(QIcon(":/graticule.png"), tr("&Graticule Creator"), this);
+  myQActionPointer = new QAction(QIcon(":/grid_maker.png"), tr("&Graticule Creator"), this);
   myQActionPointer->setWhatsThis(tr("Creates a graticule (grid) and stores the result as a shapefile"));
   // Connect the action to the run
   connect(myQActionPointer, SIGNAL(activated()), this, SLOT(run()));

Deleted: trunk/qgis/src/plugins/north_arrow/northArrow.svg
===================================================================
--- trunk/qgis/src/plugins/north_arrow/northArrow.svg	2008-07-29 20:25:48 UTC (rev 8951)
+++ trunk/qgis/src/plugins/north_arrow/northArrow.svg	2008-07-30 11:23:55 UTC (rev 8952)
@@ -1,197 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="32"
-   height="32"
-   id="svg2"
-   sodipodi:version="0.32"
-   inkscape:version="0.46"
-   version="1.0"
-   sodipodi:docname="northArrow.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape"
-   inkscape:export-filename="/home/timlinux/dev/cpp/qgis/src/plugins/north_arrow/icon.png"
-   inkscape:export-xdpi="91"
-   inkscape:export-ydpi="91">
-  <defs
-     id="defs4">
-    <marker
-       inkscape:stockid="Arrow2Mend"
-       orient="auto"
-       refY="0.0"
-       refX="0.0"
-       id="Arrow2Mend"
-       style="overflow:visible;">
-      <path
-         id="path3704"
-         style="font-size:12.0;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round;"
-         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
-         transform="scale(0.6) rotate(180) translate(0,0)" />
-    </marker>
-    <marker
-       inkscape:stockid="Arrow2Lend"
-       orient="auto"
-       refY="0.0"
-       refX="0.0"
-       id="Arrow2Lend"
-       style="overflow:visible;">
-      <path
-         id="path3698"
-         style="font-size:12.0;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round;"
-         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
-         transform="scale(1.1) rotate(180) translate(1,0)" />
-    </marker>
-    <marker
-       inkscape:stockid="Arrow1Lend"
-       orient="auto"
-       refY="0.0"
-       refX="0.0"
-       id="Arrow1Lend"
-       style="overflow:visible;">
-      <path
-         id="path3680"
-         d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
-         style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;"
-         transform="scale(0.8) rotate(180) translate(12.5,0)" />
-    </marker>
-    <inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 526.18109 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_z="744.09448 : 526.18109 : 1"
-       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
-       id="perspective10" />
-    <filter
-       inkscape:collect="always"
-       id="filter6635">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="0.4594659"
-         id="feGaussianBlur6637" />
-    </filter>
-    <filter
-       inkscape:collect="always"
-       id="filter8798"
-       x="-0.15979082"
-       width="1.3195816"
-       y="-0.051197356"
-       height="1.1023947">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="0.58842229"
-         id="feGaussianBlur8800" />
-    </filter>
-    <filter
-       inkscape:collect="always"
-       id="filter8879">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="0.11043758"
-         id="feGaussianBlur8881" />
-    </filter>
-    <filter
-       inkscape:collect="always"
-       id="filter14188">
-      <feGaussianBlur
-         inkscape:collect="always"
-         stdDeviation="0.31129871"
-         id="feGaussianBlur14190" />
-    </filter>
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="24.1875"
-     inkscape:cx="15.958656"
-     inkscape:cy="17.466958"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer2"
-     showgrid="false"
-     inkscape:window-width="1680"
-     inkscape:window-height="975"
-     inkscape:window-x="0"
-     inkscape:window-y="49" />
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Camada 1"
-     inkscape:groupmode="layer"
-     id="layer1">
-    <path
-       sodipodi:type="arc"
-       style="fill:#54d0ff;fill-opacity:1;fill-rule:nonzero;stroke:#656565;stroke-width:1.29499996;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       id="path5544"
-       sodipodi:cx="15.979328"
-       sodipodi:cy="16"
-       sodipodi:rx="16.020672"
-       sodipodi:ry="15.958656"
-       d="M 32,16 A 16.020672,15.958656 0 1 1 -0.041343689,16 A 16.020672,15.958656 0 1 1 32,16 z"
-       transform="matrix(0.9305489,0,0,0.9305489,1.1924691,1.1525611)" />
-    <path
-       sodipodi:type="arc"
-       style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#656565;stroke-width:1.29499996;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
-       id="path6576"
-       sodipodi:cx="15.979328"
-       sodipodi:cy="16"
-       sodipodi:rx="16.020672"
-       sodipodi:ry="15.958656"
-       d="M 32,16 A 16.020672,15.958656 0 1 1 -0.041343689,16 A 16.020672,15.958656 0 1 1 32,16 z"
-       transform="matrix(0.9305489,0,0,0.9305489,1.2958285,1.1525615)" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#e8e8f4;stroke-width:0.75761736;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.90839696000000003"
-       id="path6583"
-       sodipodi:cx="15.979328"
-       sodipodi:cy="16"
-       sodipodi:rx="16.020672"
-       sodipodi:ry="15.958656"
-       d="M 32,16 A 16.020672,15.958656 0 1 1 -0.041343689,16 A 16.020672,15.958656 0 1 1 32,16 z"
-       transform="matrix(0.9305489,0,0,0.9305489,1.2958284,1.1112176)" />
-    <path
-       sodipodi:type="arc"
-       style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#010111;stroke-width:0.75761736000000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.90839696000000003;filter:url(#filter6635)"
-       id="path6585"
-       sodipodi:cx="15.979328"
-       sodipodi:cy="16"
-       sodipodi:rx="16.020672"
-       sodipodi:ry="15.958656"
-       d="M 32,16 A 16.020672,15.958656 0 1 1 -0.041343689,16 A 16.020672,15.958656 0 1 1 32,16 z"
-       transform="matrix(0.9305489,0,0,0.9305489,1.2544848,1.1525613)" />
-  </g>
-  <g
-     inkscape:groupmode="layer"
-     id="layer2"
-     inkscape:label="needle">
-    <path
-       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.47275399999999990;stroke-linecap:butt;stroke-linejoin:miter;marker-start:none;marker-mid:none;marker-end:url(#Arrow1Lend);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter14188);opacity:0.90747331"
-       d="M 16.728606,13.715775 L 16.948473,5.2456668"
-       id="path14174" />
-    <path
-       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.472754;stroke-linecap:butt;stroke-linejoin:miter;marker-start:none;marker-mid:none;marker-end:url(#Arrow1Lend);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
-       d="M 16.191733,13.265182 L 16.4116,4.7950741"
-       id="path6642" />
-  </g>
-  <g
-     inkscape:groupmode="layer"
-     id="layer3"
-     inkscape:label="markers" />
-</svg>

Copied: trunk/qgis/src/plugins/north_arrow/north_arrow.png (from rev 8948, trunk/qgis/src/plugins/north_arrow/northarrow.png)
===================================================================
(Binary files differ)

Copied: trunk/qgis/src/plugins/north_arrow/north_arrow.svg (from rev 8948, trunk/qgis/src/plugins/north_arrow/northArrow.svg)
===================================================================
--- trunk/qgis/src/plugins/north_arrow/north_arrow.svg	                        (rev 0)
+++ trunk/qgis/src/plugins/north_arrow/north_arrow.svg	2008-07-30 11:23:55 UTC (rev 8952)
@@ -0,0 +1,197 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="32"
+   height="32"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   version="1.0"
+   sodipodi:docname="northArrow.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape"
+   inkscape:export-filename="/home/timlinux/dev/cpp/qgis/src/plugins/north_arrow/icon.png"
+   inkscape:export-xdpi="91"
+   inkscape:export-ydpi="91">
+  <defs
+     id="defs4">
+    <marker
+       inkscape:stockid="Arrow2Mend"
+       orient="auto"
+       refY="0.0"
+       refX="0.0"
+       id="Arrow2Mend"
+       style="overflow:visible;">
+      <path
+         id="path3704"
+         style="font-size:12.0;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round;"
+         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
+         transform="scale(0.6) rotate(180) translate(0,0)" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lend"
+       orient="auto"
+       refY="0.0"
+       refX="0.0"
+       id="Arrow2Lend"
+       style="overflow:visible;">
+      <path
+         id="path3698"
+         style="font-size:12.0;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round;"
+         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
+         transform="scale(1.1) rotate(180) translate(1,0)" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lend"
+       orient="auto"
+       refY="0.0"
+       refX="0.0"
+       id="Arrow1Lend"
+       style="overflow:visible;">
+      <path
+         id="path3680"
+         d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;"
+         transform="scale(0.8) rotate(180) translate(12.5,0)" />
+    </marker>
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+    <filter
+       inkscape:collect="always"
+       id="filter6635">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.4594659"
+         id="feGaussianBlur6637" />
+    </filter>
+    <filter
+       inkscape:collect="always"
+       id="filter8798"
+       x="-0.15979082"
+       width="1.3195816"
+       y="-0.051197356"
+       height="1.1023947">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.58842229"
+         id="feGaussianBlur8800" />
+    </filter>
+    <filter
+       inkscape:collect="always"
+       id="filter8879">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.11043758"
+         id="feGaussianBlur8881" />
+    </filter>
+    <filter
+       inkscape:collect="always"
+       id="filter14188">
+      <feGaussianBlur
+         inkscape:collect="always"
+         stdDeviation="0.31129871"
+         id="feGaussianBlur14190" />
+    </filter>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="24.1875"
+     inkscape:cx="15.958656"
+     inkscape:cy="17.466958"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer2"
+     showgrid="false"
+     inkscape:window-width="1680"
+     inkscape:window-height="975"
+     inkscape:window-x="0"
+     inkscape:window-y="49" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1">
+    <path
+       sodipodi:type="arc"
+       style="fill:#54d0ff;fill-opacity:1;fill-rule:nonzero;stroke:#656565;stroke-width:1.29499996;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path5544"
+       sodipodi:cx="15.979328"
+       sodipodi:cy="16"
+       sodipodi:rx="16.020672"
+       sodipodi:ry="15.958656"
+       d="M 32,16 A 16.020672,15.958656 0 1 1 -0.041343689,16 A 16.020672,15.958656 0 1 1 32,16 z"
+       transform="matrix(0.9305489,0,0,0.9305489,1.1924691,1.1525611)" />
+    <path
+       sodipodi:type="arc"
+       style="fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#656565;stroke-width:1.29499996;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="path6576"
+       sodipodi:cx="15.979328"
+       sodipodi:cy="16"
+       sodipodi:rx="16.020672"
+       sodipodi:ry="15.958656"
+       d="M 32,16 A 16.020672,15.958656 0 1 1 -0.041343689,16 A 16.020672,15.958656 0 1 1 32,16 z"
+       transform="matrix(0.9305489,0,0,0.9305489,1.2958285,1.1525615)" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#e8e8f4;stroke-width:0.75761736;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.90839696000000003"
+       id="path6583"
+       sodipodi:cx="15.979328"
+       sodipodi:cy="16"
+       sodipodi:rx="16.020672"
+       sodipodi:ry="15.958656"
+       d="M 32,16 A 16.020672,15.958656 0 1 1 -0.041343689,16 A 16.020672,15.958656 0 1 1 32,16 z"
+       transform="matrix(0.9305489,0,0,0.9305489,1.2958284,1.1112176)" />
+    <path
+       sodipodi:type="arc"
+       style="opacity:1;fill:none;fill-opacity:1;fill-rule:nonzero;stroke:#010111;stroke-width:0.75761736000000002;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:0.90839696000000003;filter:url(#filter6635)"
+       id="path6585"
+       sodipodi:cx="15.979328"
+       sodipodi:cy="16"
+       sodipodi:rx="16.020672"
+       sodipodi:ry="15.958656"
+       d="M 32,16 A 16.020672,15.958656 0 1 1 -0.041343689,16 A 16.020672,15.958656 0 1 1 32,16 z"
+       transform="matrix(0.9305489,0,0,0.9305489,1.2544848,1.1525613)" />
+  </g>
+  <g
+     inkscape:groupmode="layer"
+     id="layer2"
+     inkscape:label="needle">
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.47275399999999990;stroke-linecap:butt;stroke-linejoin:miter;marker-start:none;marker-mid:none;marker-end:url(#Arrow1Lend);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter14188);opacity:0.90747331"
+       d="M 16.728606,13.715775 L 16.948473,5.2456668"
+       id="path14174" />
+    <path
+       style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1.472754;stroke-linecap:butt;stroke-linejoin:miter;marker-start:none;marker-mid:none;marker-end:url(#Arrow1Lend);stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+       d="M 16.191733,13.265182 L 16.4116,4.7950741"
+       id="path6642" />
+  </g>
+  <g
+     inkscape:groupmode="layer"
+     id="layer3"
+     inkscape:label="markers" />
+</svg>

Deleted: trunk/qgis/src/plugins/north_arrow/northarrow.png
===================================================================
(Binary files differ)

Modified: trunk/qgis/src/plugins/north_arrow/northarrow_plugin.qrc
===================================================================
--- trunk/qgis/src/plugins/north_arrow/northarrow_plugin.qrc	2008-07-29 20:25:48 UTC (rev 8951)
+++ trunk/qgis/src/plugins/north_arrow/northarrow_plugin.qrc	2008-07-30 11:23:55 UTC (rev 8952)
@@ -1,5 +1,5 @@
 <RCC>
     <qresource prefix="/" >
-        <file>northarrow.png</file>
+        <file>north_arrow.png</file>
     </qresource>
 </RCC>

Modified: trunk/qgis/src/plugins/north_arrow/plugin.cpp
===================================================================
--- trunk/qgis/src/plugins/north_arrow/plugin.cpp	2008-07-29 20:25:48 UTC (rev 8951)
+++ trunk/qgis/src/plugins/north_arrow/plugin.cpp	2008-07-30 11:23:55 UTC (rev 8952)
@@ -91,7 +91,7 @@
 void QgsNorthArrowPlugin::initGui()
 {
   // Create the action for tool
-  myQActionPointer = new QAction(QIcon(":/northarrow.png"), tr("&North Arrow"), this);
+  myQActionPointer = new QAction(QIcon(":/north_arrow.png"), tr("&North Arrow"), this);
   myQActionPointer->setWhatsThis(tr("Creates a north arrow that is displayed on the map canvas"));
   // Connect the action to the run
   connect(myQActionPointer, SIGNAL(activated()), this, SLOT(run()));

Copied: trunk/qgis/src/plugins/quick_print/quick_print.png (from rev 8948, trunk/qgis/src/plugins/quick_print/quickprint.png)
===================================================================
(Binary files differ)

Deleted: trunk/qgis/src/plugins/quick_print/quickprint.png
===================================================================
(Binary files differ)

Modified: trunk/qgis/src/plugins/quick_print/quickprint.qrc
===================================================================
--- trunk/qgis/src/plugins/quick_print/quickprint.qrc	2008-07-29 20:25:48 UTC (rev 8951)
+++ trunk/qgis/src/plugins/quick_print/quickprint.qrc	2008-07-30 11:23:55 UTC (rev 8952)
@@ -1,5 +1,5 @@
 <RCC>
     <qresource prefix="/quickprint/" >
-        <file>quickprint.png</file>
+        <file>quick_print.png</file>
     </qresource>
 </RCC>

Modified: trunk/qgis/src/plugins/quick_print/quickprintplugin.cpp
===================================================================
--- trunk/qgis/src/plugins/quick_print/quickprintplugin.cpp	2008-07-29 20:25:48 UTC (rev 8951)
+++ trunk/qgis/src/plugins/quick_print/quickprintplugin.cpp	2008-07-30 11:23:55 UTC (rev 8952)
@@ -72,9 +72,9 @@
 {
 
   // Create the action for tool
-  mQActionPointer = new QAction(QIcon(":/quickprint/quickprint.png"),tr("Quick Print"), this);
+  mQActionPointer = new QAction(QIcon(":/quickprint/quick_print.png"),tr("Quick Print"), this);
   // Set the what's this text
-  mQActionPointer->setWhatsThis(tr("Replace this with a short description of the what the plugin does"));
+  mQActionPointer->setWhatsThis(tr("Provides a qay to quickly produce a map with minimal user input."));
   // Connect the action to the run
   connect(mQActionPointer, SIGNAL(activated()), this, SLOT(run()));
   // Add the icon to the toolbar

Modified: trunk/qgis/src/plugins/scale_bar/plugin.cpp
===================================================================
--- trunk/qgis/src/plugins/scale_bar/plugin.cpp	2008-07-29 20:25:48 UTC (rev 8951)
+++ trunk/qgis/src/plugins/scale_bar/plugin.cpp	2008-07-30 11:23:55 UTC (rev 8952)
@@ -97,7 +97,7 @@
 void QgsScaleBarPlugin::initGui()
 {
   // Create the action for tool
-  myQActionPointer = new QAction(QIcon(":/scalebar.png"), tr("&Scale Bar"), this);
+  myQActionPointer = new QAction(QIcon(":/scale_bar.png"), tr("&Scale Bar"), this);
   myQActionPointer->setWhatsThis(tr("Creates a scale bar that is displayed on the map canvas"));
   // Connect the action to the run
   connect(myQActionPointer, SIGNAL(activated()), this, SLOT(run()));

Copied: trunk/qgis/src/plugins/scale_bar/scale_bar.png (from rev 8948, trunk/qgis/src/plugins/scale_bar/scalebar.png)
===================================================================
(Binary files differ)

Copied: trunk/qgis/src/plugins/scale_bar/scale_bar.svg (from rev 8948, trunk/qgis/src/plugins/scale_bar/scalebar.svg)
===================================================================
--- trunk/qgis/src/plugins/scale_bar/scale_bar.svg	                        (rev 0)
+++ trunk/qgis/src/plugins/scale_bar/scale_bar.svg	2008-07-30 11:23:55 UTC (rev 8952)
@@ -0,0 +1,124 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="32"
+   height="32"
+   id="svg2"
+   sodipodi:version="0.32"
+   inkscape:version="0.46"
+   version="1.0"
+   sodipodi:docname="scalebar.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
+  <defs
+     id="defs4">
+    <marker
+       inkscape:stockid="Arrow2Mend"
+       orient="auto"
+       refY="0.0"
+       refX="0.0"
+       id="Arrow2Mend"
+       style="overflow:visible;">
+      <path
+         id="path3704"
+         style="font-size:12.0;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round;"
+         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
+         transform="scale(0.6) rotate(180) translate(0,0)" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow2Lend"
+       orient="auto"
+       refY="0.0"
+       refX="0.0"
+       id="Arrow2Lend"
+       style="overflow:visible;">
+      <path
+         id="path3698"
+         style="font-size:12.0;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round;"
+         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
+         transform="scale(1.1) rotate(180) translate(1,0)" />
+    </marker>
+    <marker
+       inkscape:stockid="Arrow1Lend"
+       orient="auto"
+       refY="0.0"
+       refX="0.0"
+       id="Arrow1Lend"
+       style="overflow:visible;">
+      <path
+         id="path3680"
+         d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
+         style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;"
+         transform="scale(0.8) rotate(180) translate(12.5,0)" />
+    </marker>
+    <inkscape:perspective
+       sodipodi:type="inkscape:persp3d"
+       inkscape:vp_x="0 : 526.18109 : 1"
+       inkscape:vp_y="0 : 1000 : 0"
+       inkscape:vp_z="744.09448 : 526.18109 : 1"
+       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+       id="perspective10" />
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="24.1875"
+     inkscape:cx="7.4625323"
+     inkscape:cy="16"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     inkscape:window-width="1680"
+     inkscape:window-height="975"
+     inkscape:window-x="0"
+     inkscape:window-y="49" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Camada 1"
+     inkscape:groupmode="layer"
+     id="layer1">
+    <path
+       style="fill:#54d0ff;fill-rule:evenodd;stroke:#000000;stroke-width:1.08493482999999991px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
+       d="M 1.0347155,18.272778 L 30.998115,18.232422 L 31.047972,14.802157 L 1.0845714,14.802157 L 1.0347155,18.272778 z"
+       id="path2383"
+       sodipodi:nodetypes="ccccc" />
+    <path
+       style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
+       d="M 7.7312661,14.801034 L 7.7312661,18.273902 L 13.312661,18.273902 L 13.312661,14.801034 L 7.7312661,14.801034 z"
+       id="path2385" />
+    <path
+       style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
+       d="M 19.369509,14.75969 L 19.369509,18.232558 L 24.950904,18.232558 L 24.950904,14.75969 L 19.369509,14.75969 z"
+       id="path2387" />
+    <text
+       xml:space="preserve"
+       style="font-size:4.56593323px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
+       x="5.943346"
+       y="23.257723"
+       id="text5520"><tspan
+         sodipodi:role="line"
+         id="tspan5522"
+         x="5.943346"
+         y="23.257723">1:50 000</tspan></text>
+  </g>
+</svg>

Deleted: trunk/qgis/src/plugins/scale_bar/scalebar.png
===================================================================
(Binary files differ)

Deleted: trunk/qgis/src/plugins/scale_bar/scalebar.svg
===================================================================
--- trunk/qgis/src/plugins/scale_bar/scalebar.svg	2008-07-29 20:25:48 UTC (rev 8951)
+++ trunk/qgis/src/plugins/scale_bar/scalebar.svg	2008-07-30 11:23:55 UTC (rev 8952)
@@ -1,124 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
-   xmlns:dc="http://purl.org/dc/elements/1.1/"
-   xmlns:cc="http://creativecommons.org/ns#"
-   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-   xmlns:svg="http://www.w3.org/2000/svg"
-   xmlns="http://www.w3.org/2000/svg"
-   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
-   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
-   width="32"
-   height="32"
-   id="svg2"
-   sodipodi:version="0.32"
-   inkscape:version="0.46"
-   version="1.0"
-   sodipodi:docname="scalebar.svg"
-   inkscape:output_extension="org.inkscape.output.svg.inkscape">
-  <defs
-     id="defs4">
-    <marker
-       inkscape:stockid="Arrow2Mend"
-       orient="auto"
-       refY="0.0"
-       refX="0.0"
-       id="Arrow2Mend"
-       style="overflow:visible;">
-      <path
-         id="path3704"
-         style="font-size:12.0;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round;"
-         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
-         transform="scale(0.6) rotate(180) translate(0,0)" />
-    </marker>
-    <marker
-       inkscape:stockid="Arrow2Lend"
-       orient="auto"
-       refY="0.0"
-       refX="0.0"
-       id="Arrow2Lend"
-       style="overflow:visible;">
-      <path
-         id="path3698"
-         style="font-size:12.0;fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round;"
-         d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
-         transform="scale(1.1) rotate(180) translate(1,0)" />
-    </marker>
-    <marker
-       inkscape:stockid="Arrow1Lend"
-       orient="auto"
-       refY="0.0"
-       refX="0.0"
-       id="Arrow1Lend"
-       style="overflow:visible;">
-      <path
-         id="path3680"
-         d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
-         style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;marker-start:none;"
-         transform="scale(0.8) rotate(180) translate(12.5,0)" />
-    </marker>
-    <inkscape:perspective
-       sodipodi:type="inkscape:persp3d"
-       inkscape:vp_x="0 : 526.18109 : 1"
-       inkscape:vp_y="0 : 1000 : 0"
-       inkscape:vp_z="744.09448 : 526.18109 : 1"
-       inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
-       id="perspective10" />
-  </defs>
-  <sodipodi:namedview
-     id="base"
-     pagecolor="#ffffff"
-     bordercolor="#666666"
-     borderopacity="1.0"
-     inkscape:pageopacity="0.0"
-     inkscape:pageshadow="2"
-     inkscape:zoom="24.1875"
-     inkscape:cx="7.4625323"
-     inkscape:cy="16"
-     inkscape:document-units="px"
-     inkscape:current-layer="layer1"
-     showgrid="false"
-     inkscape:window-width="1680"
-     inkscape:window-height="975"
-     inkscape:window-x="0"
-     inkscape:window-y="49" />
-  <metadata
-     id="metadata7">
-    <rdf:RDF>
-      <cc:Work
-         rdf:about="">
-        <dc:format>image/svg+xml</dc:format>
-        <dc:type
-           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
-      </cc:Work>
-    </rdf:RDF>
-  </metadata>
-  <g
-     inkscape:label="Camada 1"
-     inkscape:groupmode="layer"
-     id="layer1">
-    <path
-       style="fill:#54d0ff;fill-rule:evenodd;stroke:#000000;stroke-width:1.08493482999999991px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
-       d="M 1.0347155,18.272778 L 30.998115,18.232422 L 31.047972,14.802157 L 1.0845714,14.802157 L 1.0347155,18.272778 z"
-       id="path2383"
-       sodipodi:nodetypes="ccccc" />
-    <path
-       style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
-       d="M 7.7312661,14.801034 L 7.7312661,18.273902 L 13.312661,18.273902 L 13.312661,14.801034 L 7.7312661,14.801034 z"
-       id="path2385" />
-    <path
-       style="fill:#000000;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
-       d="M 19.369509,14.75969 L 19.369509,18.232558 L 24.950904,18.232558 L 24.950904,14.75969 L 19.369509,14.75969 z"
-       id="path2387" />
-    <text
-       xml:space="preserve"
-       style="font-size:4.56593323px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;font-family:Bitstream Vera Sans"
-       x="5.943346"
-       y="23.257723"
-       id="text5520"><tspan
-         sodipodi:role="line"
-         id="tspan5522"
-         x="5.943346"
-         y="23.257723">1:50 000</tspan></text>
-  </g>
-</svg>

Modified: trunk/qgis/src/plugins/scale_bar/scalebar_plugin.qrc
===================================================================
--- trunk/qgis/src/plugins/scale_bar/scalebar_plugin.qrc	2008-07-29 20:25:48 UTC (rev 8951)
+++ trunk/qgis/src/plugins/scale_bar/scalebar_plugin.qrc	2008-07-30 11:23:55 UTC (rev 8952)
@@ -1,5 +1,5 @@
 <RCC>
     <qresource prefix="/" >
-        <file>scalebar.png</file>
+        <file>scale_bar.png</file>
     </qresource>
 </RCC>



More information about the QGIS-commit mailing list