]> Untitled Git - emu8051.git/commitdiff
Conversion from iso8859-1 to utf-8
authorHugo Villeneuve <hugo@hugovil.com>
Sat, 20 Mar 2010 17:34:51 +0000 (17:34 +0000)
committerHugo Villeneuve <hugo@hugovil.com>
Sun, 8 Sep 2013 22:54:51 +0000 (18:54 -0400)
src/emugtk.c
src/options.c
src/options.h

index 36171fe200e29aa9cfdb2a69cf9be738b802556b..e6d98ddbff1073f2efc0474cbd21acd8c504d4f1 100644 (file)
@@ -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)
 {
index 6377a5d174840e38374e8a5c8719932b44d7a7d3..6cd0de72f6dd18ec5a881b81850528b6b2695113 100644 (file)
@@ -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
index 8e8dfdec4aa3ee4f5bf7aaec0a077bda44fdda0f..2a1a1bc7e54f41f4069e941c77b6b50f0efd9a9f 100644 (file)
@@ -33,7 +33,7 @@
   "\n" \
   "Written by\n" \
   "Hugo Villeneuve\n" \
-  "Jonathan St-André\n" \
+  "Jonathan St-André\n" \
   "Pascal Fecteau"
 
 void