Added simple instructions.
authorwellu <wellu@wellu.org>
Wed, 15 Oct 2008 16:35:45 +0000 (16:35 +0000)
committerwellu <wellu@wellu.org>
Wed, 15 Oct 2008 16:35:45 +0000 (16:35 +0000)
git-svn-id: file:///svnroot/speedometer/trunk@53 df364472-da61-43ef-8a67-511c89aa921b

debian/changelog
ui.c

index 4f581a5..62a72de 100644 (file)
@@ -1,3 +1,9 @@
+speedometer (0.2) DIABLO; urgency=low
+
+  * Added simple instructions how to quit the program.
+
+ -- Wellu Mäkinen <wellu@wellu.org>  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 (file)
--- 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);
 }