summaryrefslogtreecommitdiff
path: root/navit/gui/win32/gui_win32.c
diff options
context:
space:
mode:
authorjandegr <jandegr@users.noreply.github.com>2018-05-02 10:02:46 +0200
committerGitHub <noreply@github.com>2018-05-02 10:02:46 +0200
commitde4680665398c523dfaa0879c18b0f6e39264d57 (patch)
tree5769f2076e6e041c07ad7fd6fa052ae0b8e5b914 /navit/gui/win32/gui_win32.c
parent53315091a2aa5a4469a743f29516cc1ae78b6b14 (diff)
parenta9f61c26e31eca52b1bf1a444f6283bb26bc2391 (diff)
downloadnavit-Android_gradle.tar.gz
Merge branch 'trunk' into Android_gradleAndroid_gradle
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;
}