Search
lxdream.org :: lxdream/src/gtkui/gtkui.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/gtkui/gtkui.h
changeset 755:ab873907b00e
prev736:a02d1475ccfd
next837:4eae2ddccf9c
author nkeynes
date Mon Aug 18 12:18:10 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Move arm clock rate back to clock.h where it's supposed to be
Fix STM with R15 (should be current pc +12, was +8...) - not sure how this managed
to work as long as it did
file annotate diff log raw
1.1 --- a/src/gtkui/gtkui.h Mon Jul 14 07:44:42 2008 +0000
1.2 +++ b/src/gtkui/gtkui.h Mon Aug 18 12:18:10 2008 +0000
1.3 @@ -21,7 +21,7 @@
1.4
1.5 #include "lxdream.h"
1.6 #include <gtk/gtk.h>
1.7 -#include <glib/gi18n.h>
1.8 +#include "gettext.h"
1.9 #include "gui.h"
1.10 #include "cpu.h"
1.11
.