Fix copy/paste error in mouse preferences so it will compile with DEBUG=1

Signed-off-by: Matt Madia <[email protected]>
This commit is contained in:
Urias McCullough
2011-12-22 20:33:02 +00:00
committed by Matt Madia
parent d38ae623c3
commit 323738f8ab
+1 -1
View File
@@ -168,7 +168,7 @@ MouseSettings::Dump()
printf("mouse mode:\t%s\n", mode);
char *focus_follows_mouse_mode = "unknown";
switch (fMode) {
switch (fFocusFollowsMouseMode) {
case B_NORMAL_FOCUS_FOLLOWS_MOUSE:
focus_follows_mouse_mode = "normal";
break;