summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8e3bc87)
raw | patch | inline | side by side (parent: 8e3bc87)
author | joncruz <joncruz@users.sourceforge.net> | |
Tue, 29 Apr 2008 04:18:22 +0000 (04:18 +0000) | ||
committer | joncruz <joncruz@users.sourceforge.net> | |
Tue, 29 Apr 2008 04:18:22 +0000 (04:18 +0000) |
src/desktop-events.cpp | patch | blob | history |
diff --git a/src/desktop-events.cpp b/src/desktop-events.cpp
index 5b6972c33b5368c27b952c620df39fea08c26007..d2b21294c6bd419d12f3cd441171cb598d2f9639 100644 (file)
--- a/src/desktop-events.cpp
+++ b/src/desktop-events.cpp
toolToUse[GDK_SOURCE_PEN] = TOOLS_CALLIGRAPHIC;
break;
case GDK_SOURCE_ERASER:
- toolToUse[GDK_SOURCE_ERASER] = TOOLS_TWEAK;
+ toolToUse[GDK_SOURCE_ERASER] = TOOLS_ERASER;
break;
case GDK_SOURCE_CURSOR:
toolToUse[GDK_SOURCE_CURSOR] = TOOLS_SELECT;