summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2010-11-21 14:59:47 +0000
committerKrzysztof KosiƄski <tweenk.pl@gmail.com>2010-11-21 14:59:47 +0000
commit7e83f4d695cd7d79944009beef39886dec80f8f5 (patch)
tree597cd3f4f80617b8dfd652898c4273428bfee41b /src
parentReintroduce plural forms into the node selection description (diff)
downloadinkscape-7e83f4d695cd7d79944009beef39886dec80f8f5.tar.gz
inkscape-7e83f4d695cd7d79944009beef39886dec80f8f5.zip
Fix wrong number of colors in Tweak tool XPM cursors
Fixed bugs: - https://launchpad.net/bugs/668261 (bzr r9912)
Diffstat (limited to 'src')
-rw-r--r--src/pixmaps/cursor-attract.xpm2
-rw-r--r--src/pixmaps/cursor-repel.xpm2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/pixmaps/cursor-attract.xpm b/src/pixmaps/cursor-attract.xpm
index 23e999304..56033b287 100644
--- a/src/pixmaps/cursor-attract.xpm
+++ b/src/pixmaps/cursor-attract.xpm
@@ -1,6 +1,6 @@
/* XPM */
static char const *cursor_attract_xpm[] = {
-"32 32 6 1",
+"32 32 3 1",
" c None",
". c #FFFFFF",
"+ c #000000",
diff --git a/src/pixmaps/cursor-repel.xpm b/src/pixmaps/cursor-repel.xpm
index 3415ce490..d365cddc3 100644
--- a/src/pixmaps/cursor-repel.xpm
+++ b/src/pixmaps/cursor-repel.xpm
@@ -1,6 +1,6 @@
/* XPM */
static char const *cursor_repel_xpm[] = {
-"32 32 6 1",
+"32 32 3 1",
" c None",
". c #FFFFFF",
"+ c #000000",