Provide an icon for subsurface.

I designed a simple blue icon for subsurface with a diver in the middle.
As suggested by Dirk Hohndel, I added the surface line above diver's head,
so that now the icon reflects better the new application name.

Signed-off-by: Riccardo Albertini <ssirowain@gmail.com>
This commit is contained in:
Riccardo Albertini 2011-09-20 12:32:40 +02:00
parent 5b2f1c7914
commit e317688249
2 changed files with 146 additions and 0 deletions

1
main.c
View file

@ -447,6 +447,7 @@ int main(int argc, char **argv)
error_info_bar = NULL;
win = gtk_window_new(GTK_WINDOW_TOPLEVEL);
gtk_window_set_icon_from_file(GTK_WINDOW(win), "icon.svg", NULL);
g_signal_connect(G_OBJECT(win), "destroy", G_CALLBACK(on_destroy), NULL);
main_window = win;