diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2012-07-31 15:54:50 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2012-07-31 15:54:50 +0000 |
| commit | 0ea17d4d978580cfd678ef4e7fd2ca93d1d586f3 (patch) | |
| tree | 0fbc0bb6eaba95627950d5b906b4ba13e18067ff /src | |
| parent | Extensions. Better fix for Bug #944077 (inkscape crashed with SIGSEGV in Inks... (diff) | |
| download | inkscape-0ea17d4d978580cfd678ef4e7fd2ca93d1d586f3.tar.gz inkscape-0ea17d4d978580cfd678ef4e7fd2ca93d1d586f3.zip | |
UI. Fix for Bug #614500 (Cursor icon for Select/transform tool) by ~suv.
(bzr r11577)
Diffstat (limited to 'src')
| -rw-r--r-- | src/pixmaps/cursor-select-d.xpm | 8 | ||||
| -rw-r--r-- | src/pixmaps/cursor-select-m.xpm | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/src/pixmaps/cursor-select-d.xpm b/src/pixmaps/cursor-select-d.xpm index c22569791..501816da0 100644 --- a/src/pixmaps/cursor-select-d.xpm +++ b/src/pixmaps/cursor-select-d.xpm @@ -15,14 +15,14 @@ static char const *cursor_select_d_xpm[] = { ".+++++++. ", ".++++++++. ", ".+++++++++. ", -".++++++.... ", +".++++++..... ", ".++++++. ", ".++..++. ", ".+. .+++. ", ".. .++. ", -" .++. . ", -" ... .+. ", -" .+++. ", +". .+++. . ", +" .+. .+. ", +" .. .+++. ", " .+++++. ", " . ..+.. . ", " .+. .+. .+. ", diff --git a/src/pixmaps/cursor-select-m.xpm b/src/pixmaps/cursor-select-m.xpm index cd9b6a730..439639c8f 100644 --- a/src/pixmaps/cursor-select-m.xpm +++ b/src/pixmaps/cursor-select-m.xpm @@ -15,14 +15,14 @@ static char const *cursor_select_m_xpm[] = { ".+++++++. ", ".++++++++. ", ".+++++++++. ", -".++++++.... ", +".++++++..... ", ".++++++. ", ".++..++. ", ".+. .+++. ", ".. .++. ", -" .++. + ", -" ... +.+ ", -" +...+ ", +". .+++. + ", +" .+. +.+ ", +" .. +...+ ", " +.....+ ", " + ++.++ + ", " +.+ +.+ +.+ ", |
