aboutsummaryrefslogtreecommitdiff
path: root/src/update_check.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-11-05 07:58:56 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-11-05 07:58:56 +0000
commit9729135288d04b4616dae5a3bc530cd9b9968d7d (patch)
tree26bc4e7ac7656d56514dfbdf453da853e1b3eb32 /src/update_check.c
parentbddb4823743f012b5905f553cbe4f3c6575361b4 (diff)
fixes restart of process on Win32 when installed on non-ascii path.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2712 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/update_check.c')
-rw-r--r--src/update_check.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/update_check.c b/src/update_check.c
index 44f931ca..2582cd91 100644
--- a/src/update_check.c
+++ b/src/update_check.c
@@ -144,7 +144,7 @@ static gboolean spawn_update_manager(void)
src = g_strconcat(get_startup_dir(), G_DIR_SEPARATOR_S, "update-manager.exe", NULL);
if (!is_file_exist(src)) {
- g_warning("Not found update-manager.exe");
+ g_warning("update-manager.exe not found.");
goto finish;
}
dest = g_strconcat(g_get_tmp_dir(), G_DIR_SEPARATOR_S, "sylpheed-update-manager.exe", NULL);