Cosmetics

This commit is contained in:
Berke Viktor 2013-05-11 04:19:18 +02:00
parent 3679dfe93e
commit de2fdc093a
1 changed files with 6 additions and 2 deletions

View File

@ -753,9 +753,13 @@ load_config (void)
}
#else
if (g_get_user_special_dir (G_USER_DIRECTORY_DOWNLOAD))
{
strcpy (prefs.hex_dcc_dir, g_get_user_special_dir (G_USER_DIRECTORY_DOWNLOAD));
}
else
{
strcpy (prefs.hex_dcc_dir, g_build_filename (g_get_home_dir (), "Downloads", NULL));
}
#endif
strcpy (prefs.hex_dnsprogram, "host");
strcpy (prefs.hex_gui_ulist_doubleclick, "QUERY %s");