2003-12-21 Rob Adams <readams@readams.net

* src/main.c (main): fix minor punctuation error in a string.  Fix
	for #129805.
This commit is contained in:
Rob Adams 2003-12-22 00:43:53 +00:00
parent e699ff2e83
commit c2ba0a7d67
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-12-21 Rob Adams <readams@readams.net
* src/main.c (main): fix minor punctuation error in a string. Fix
for #129805.
2003-12-20 Rob Adams <readams@readams.net> 2003-12-20 Rob Adams <readams@readams.net>
Reorganize the window menu according to discussion on #110904. Reorganize the window menu according to discussion on #110904.

View File

@ -440,7 +440,7 @@ main (int argc, char **argv)
if (!(themes_dir = g_dir_open (METACITY_DATADIR"/themes", 0, &err))) if (!(themes_dir = g_dir_open (METACITY_DATADIR"/themes", 0, &err)))
{ {
meta_fatal (_("Failed to scan themes directory : %s\n"), err->message); meta_fatal (_("Failed to scan themes directory: %s\n"), err->message);
g_error_free (err); g_error_free (err);
} }
else else