[Glade-devel] Patch for Spelling Mistake
Andrew Burton
adb@iinet.net.au
Fri, 08 Oct 2004 23:51:44 +1000
--=-7coCXIwDZdnVu1IB9iW7
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
"gmodule support not found. gmodule support is requiered for glade to
work"
replaced with:
"gmodule support not found. gmodule support is required for Glade to
work"
in main.c
ADB
--=-7coCXIwDZdnVu1IB9iW7
Content-Disposition: attachment; filename=main.c.diff
Content-Type: text/x-patch; name=main.c.diff; charset=us-ascii
Content-Transfer-Encoding: 7bit
102,103c102,103
< g_warning (_("gmodule support not found. gmodule support is requiered "
< "for glade to work"));
---
> g_warning (_("gmodule support not found. gmodule support is required "
> "for Glade to work"));
--=-7coCXIwDZdnVu1IB9iW7--