Automatic program path detection

This commit is contained in:
2021-02-12 14:57:14 +01:00
parent 1957b9f56c
commit 1f402a5055
3 changed files with 10 additions and 4 deletions

View File

@@ -111,7 +111,7 @@ sub new {
# initialize main window
$self->{'mw'} = Gtk2::Window->new("toplevel");
$self->{'mw'}->set_title("TinyCA2 Management $self->{'version'}");
$self->{'mw'}->set_icon_from_file("./icons/tinyca.png");
$self->{'mw'}->set_icon_from_file($self->{'init'}->{'progdir'}."/icons/tinyca.png");
$self->{'mw'}->set_resizable(1);
$section = $self->{'init'}->{'cfg'}->{window};