mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Use the name "Subsurface" in the "About" dialog
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
This commit is contained in:
parent
921bc51c87
commit
1358f9e6a8
1 changed files with 1 additions and 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,
|
||||
|
|
Loading…
Add table
Reference in a new issue