summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Lubomir I. Ivanov <neolit123@gmail.com>2012-09-22 19:21:44 +0300
committerGravatar Lubomir I. Ivanov <neolit123@gmail.com>2012-09-23 17:14:57 +0300
commit1358f9e6a870e9b23e5e46bdc21f7c33dbf9561f (patch)
tree3c0ea3f14f5af84fb0d197c42480cc70a3811dba
parent921bc51c879648afc81bfb1b1f1a154e8b97ce6e (diff)
downloadsubsurface-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk-gui.c b/gtk-gui.c
index b93f0d590..acc881599 100644
--- a/gtk-gui.c
+++ b/gtk-gui.c
@@ -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,