summaryrefslogtreecommitdiff
path: root/navit/gui/win32/gui_win32.c
diff options
context:
space:
mode:
Diffstat (limited to 'navit/gui/win32/gui_win32.c')
-rw-r--r--navit/gui/win32/gui_win32.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/navit/gui/win32/gui_win32.c b/navit/gui/win32/gui_win32.c
index 8a8cb37b9..7c964dbb9 100644
--- a/navit/gui/win32/gui_win32.c
+++ b/navit/gui/win32/gui_win32.c
@@ -185,7 +185,7 @@ static void window_layout( HWND hwnd )
rcClient.top += iToolHeight;
- dbg(lvl_debug, "resize gui to: %d %d %d %d \n", rcClient.left, rcClient.right, rcClient.top, rcClient.bottom );
+ dbg(lvl_debug, "resize gui to: %d %d %d %d ", rcClient.left, rcClient.right, rcClient.top, rcClient.bottom );
hChild = GetDlgItem(hwnd, ID_CHILD_GFX);
@@ -285,7 +285,7 @@ static LRESULT CALLBACK WndProc(HWND hwnd, UINT Message, WPARAM wParam, LPARAM l
attr.type=attr_cursor;
// TODO attr.u.num=gtk_toggle_action_get_active(GTK_TOGGLE_ACTION(w));
if(!navit_set_attr(gui->nav, &attr)) {
- dbg(lvl_error, "Failed to set attr_cursor\n");
+ dbg(lvl_error, "Failed to set attr_cursor");
}
return 0;
}
@@ -298,7 +298,7 @@ static LRESULT CALLBACK WndProc(HWND hwnd, UINT Message, WPARAM wParam, LPARAM l
// attr.u.num=gtk_toggle_action_get_active(GTK_TOGGLE_ACTION(w));
attr.u.num = 0; // TODO
if(!navit_set_attr(gui->nav, &attr)) {
- dbg(lvl_error, "Failed to set attr_orientation\n");
+ dbg(lvl_error, "Failed to set attr_orientation");
}
return 0;
}