Skip to content

Commit

Permalink
Add transient parent for about dialog.
Browse files Browse the repository at this point in the history
  • Loading branch information
zrax committed Nov 7, 2017
1 parent 54ea2d6 commit 8d21039
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vncdisplaymm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ Vnc::DisplayWindow::DisplayWindow()

about->signal_activate().connect([this]() {
Gtk::AboutDialog dialog;
dialog.set_transient_for(*this);
dialog.set_program_name("gsshvnc");
dialog.set_version("0.90");
dialog.set_logo_icon_name("preferences-desktop-remote-desktop");
Expand Down

0 comments on commit 8d21039

Please sign in to comment.