diff options
| author | Markus Engel <markus.engel@tum.de> | 2013-10-09 19:50:23 +0000 |
|---|---|---|
| committer | Markus Engel <markus.engel@tum.de> | 2013-10-09 19:50:23 +0000 |
| commit | 475a887385c5cb7ad2638d44a6000275a68d158c (patch) | |
| tree | 44eabaac56f0b1ca3ef3c1a5392a9c9640130dab /src | |
| parent | Documentation/Translation. Fix for Bug #1236382 (Typos in comments and messag... (diff) | |
| download | inkscape-475a887385c5cb7ad2638d44a6000275a68d158c.tar.gz inkscape-475a887385c5cb7ad2638d44a6000275a68d158c.zip | |
Fix for invisible node tool cursor.
Fixed bugs:
- https://launchpad.net/bugs/1235076
(bzr r12674)
Diffstat (limited to 'src')
| -rw-r--r-- | src/pixmaps/cursor-node-d.xpm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pixmaps/cursor-node-d.xpm b/src/pixmaps/cursor-node-d.xpm index 264da58c3..7e177bff4 100644 --- a/src/pixmaps/cursor-node-d.xpm +++ b/src/pixmaps/cursor-node-d.xpm @@ -1,9 +1,9 @@ /* XPM */ static char const *cursor_node_d_xpm[] = { "32 32 3 1", -" g None", -". g #ffffff", -"+ g #000000", +" c None", +". c #FFFFFF", +"+ c #000000", " . ", ".+. ", " .+. ", |
