From: wellu Date: Wed, 15 Oct 2008 16:35:45 +0000 (+0000) Subject: Added simple instructions. X-Git-Tag: 0.99~19 X-Git-Url: https://vcs.maemo.org/git/?p=speedometer;a=commitdiff_plain;h=68e25c864872c18d88a5ffbe113e5e1c59f4a709 Added simple instructions. git-svn-id: file:///svnroot/speedometer/trunk@53 df364472-da61-43ef-8a67-511c89aa921b --- diff --git a/debian/changelog b/debian/changelog index 4f581a5..62a72de 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +speedometer (0.2) DIABLO; urgency=low + + * Added simple instructions how to quit the program. + + -- Wellu Mäkinen Wed, 15 Oct 2008 19:23:24 +0300 + speedometer (0.1) DIABLO; urgency=low * Initial release. diff --git a/ui.c b/ui.c index a893045..83f2628 100644 --- a/ui.c +++ b/ui.c @@ -266,7 +266,8 @@ static void show_dialog() { "Wellu Mäkinen\n" "Poste restante\n" "33580 Tampere\n" - "FINLAND"); + "FINLAND\n\n" + "PS. Long-tapping on the screen will close the program."); gtk_dialog_run(GTK_DIALOG(dialog)); gtk_widget_destroy(dialog); }