capitalization consistency

This commit is contained in:
Dana Jansens 2003-10-25 19:16:38 +00:00
parent 938915b8e5
commit eaa3b3aaa7

View file

@ -164,7 +164,7 @@ void session_startup(gint *argc, gchar ***argv)
sm_sessions_path = g_build_filename(parse_xdg_data_home_path(), sm_sessions_path = g_build_filename(parse_xdg_data_home_path(),
"openbox", "sessions", NULL); "openbox", "sessions", NULL);
if (!parse_mkdir_path(sm_sessions_path, 0700)) if (!parse_mkdir_path(sm_sessions_path, 0700))
g_warning(_("unable to make directory '%s': %s"), g_warning(_("Unable to make directory '%s': %s"),
sm_sessions_path, g_strerror(errno)); sm_sessions_path, g_strerror(errno));
if (save_file) if (save_file)