diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2012-09-22 19:21:44 +0300 |
---|---|---|
committer | Lubomir I. Ivanov <neolit123@gmail.com> | 2012-09-23 17:14:57 +0300 |
commit | 1358f9e6a870e9b23e5e46bdc21f7c33dbf9561f (patch) | |
tree | 3c0ea3f14f5af84fb0d197c42480cc70a3811dba | |
parent | 921bc51c879648afc81bfb1b1f1a154e8b97ce6e (diff) | |
download | subsurface-1358f9e6a870e9b23e5e46bdc21f7c33dbf9561f.tar.gz |
Use the name "Subsurface" in the "About" dialog
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
-rw-r--r-- | gtk-gui.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -822,7 +822,7 @@ static void about_dialog(GtkWidget *w, gpointer data) } gtk_show_about_dialog(NULL, - "program-name", "SubSurface", + "program-name", "Subsurface", "comments", "Multi-platform divelog software in C", "license", "GPLv2", "version", VERSION_STRING, |