From 3c5ab93d18bec33726e42747dd7862f73528b7bd Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Sat, 20 Mar 2010 17:34:51 +0000 Subject: [PATCH] Conversion from iso8859-1 to utf-8 --- src/emugtk.c | 4 ---- src/options.c | 3 ++- src/options.h | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/src/emugtk.c b/src/emugtk.c index 36171fe..e6d98dd 100644 --- a/src/emugtk.c +++ b/src/emugtk.c @@ -56,7 +56,6 @@ WindowDestroyEvent(GtkWidget *widget, gpointer data) gtk_main_quit(); } - /* Taken from the Gxine source code. */ static GtkWidget * AddPixButton(GtkWidget *box, gchar **pixmap_array) @@ -78,7 +77,6 @@ AddPixButton(GtkWidget *box, gchar **pixmap_array) return button; } - /* Creates the Reset, Run, Stop and Step buttons. */ static GtkWidget * AddButtons(void) @@ -116,7 +114,6 @@ AddButtons(void) return button_hbox; } - GtkWidget * AddMenu(void) { @@ -139,7 +136,6 @@ AddMenu(void) return menu_bar; } - static void emugtk_window_init(void) { diff --git a/src/options.c b/src/options.c index 6377a5d..6cd0de7 100644 --- a/src/options.c +++ b/src/options.c @@ -63,7 +63,8 @@ DisplayVersion(void) { printf("\n"); printf(" %s, version %s\n", PACKAGE, VERSION); - printf(" Written by Jonathan St-André, Pascal Fecteau and Hugo Villeneuve\n\n"); + printf(" Written by Jonathan St-André, Pascal Fecteau" + "and Hugo Villeneuve\n\n"); } static void diff --git a/src/options.h b/src/options.h index 8e8dfde..2a1a1bc 100644 --- a/src/options.h +++ b/src/options.h @@ -33,7 +33,7 @@ "\n" \ "Written by\n" \ "Hugo Villeneuve\n" \ - "Jonathan St-André\n" \ + "Jonathan St-André\n" \ "Pascal Fecteau" void -- 2.20.1