Use the name "Subsurface" in the "About" dialog

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
This commit is contained in:
Lubomir I. Ivanov 2012-09-22 19:21:44 +03:00
parent 921bc51c87
commit 1358f9e6a8

View file

@ -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,