Search
lxdream.org :: lxdream/src/gui/main_win.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/gui/main_win.c
changeset 480:d28c2992f5ee
prev457:af605fd32c0b
next486:9af294489aad
author nkeynes
date Wed Oct 31 12:23:19 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Remove gnome.h
file annotate diff log raw
1.1 --- a/src/gui/main_win.c Sun Oct 21 11:38:02 2007 +0000
1.2 +++ b/src/gui/main_win.c Wed Oct 31 12:23:19 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: main_win.c,v 1.7 2007-10-21 11:38:02 nkeynes Exp $
1.6 + * $Id: main_win.c,v 1.8 2007-10-31 11:53:35 nkeynes Exp $
1.7 *
1.8 * Define the main (emu) GTK window, along with its menubars,
1.9 * toolbars, etc.
1.10 @@ -98,7 +98,7 @@
1.11 {
1.12 char buf[32];
1.13
1.14 - snprintf( buf, 32, "Running (%2.4f%)", speed );
1.15 + snprintf( buf, 32, "Running (%2.4f%%)", speed );
1.16 gtk_statusbar_pop( GTK_STATUSBAR(win->statusbar), 1 );
1.17 gtk_statusbar_push( GTK_STATUSBAR(win->statusbar), 1, buf );
1.18
.