Skip to content

Commit

Permalink
Minor string leading case change
Browse files Browse the repository at this point in the history
git-svn-id: http://sanoi.webfactional.com/trunk@97 79def182-f41f-0410-b320-e94a04284523
  • Loading branch information
mario committed Aug 30, 2007
1 parent efb9d97 commit d072311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui-command.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ command_func_window(gint argc, gchar ** argv)
g_assert((w = window_get_current()) != NULL);

if (w->type == WindowTypeMain) {
g_warning("cannot close the main window!");
g_warning("Cannot close the main window!");
return FALSE;
}

Expand Down

0 comments on commit d072311

Please sign in to comment.