freebsd-ports/sysutils/gnomebaker/files/patch-src_main.c
Koop Mast 651bfc522f Add gnomebaker. Easy to use gnome cd/dvd burn program.
Its a front end for cdrecord and friends.

Submitted by:	Dominique Goncalves <dominique dot goncalves at gmail dot com>
2005-03-15 18:00:49 +00:00

16 lines
352 B
C

--- src/main.c.orig Sat Feb 26 12:32:53 2005
+++ src/main.c Sat Feb 26 12:33:03 2005
@@ -18,12 +18,12 @@
# include <config.h>
#endif
+#include <libintl.h>
#include "gnomebaker.h"
#include <gnome.h>
#include <glade/glade.h>
#include "splashdlg.h"
#include "gbcommon.h"
-#include <libintl.h>
#include <locale.h>
const gchar* glade_file;