Skip to content

Commit

Permalink
Prepare for release, fix transient warning on about dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunn1 committed Jan 19, 2016
1 parent 43888ed commit e7016df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/gx/terminix/application.d
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ private:
AboutDialog dialog;

with (dialog = new AboutDialog()) {
setTransientFor(getActiveWindow());
setDestroyWithParent(true);
//setTransientFor(this.window);
setModal(true);

setWrapLicense(true);
Expand Down
2 changes: 1 addition & 1 deletion source/gx/terminix/constants.d
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ enum APPLICATION_ID = "com.gexperts.Terminix";

// Application values used in About Dialog
enum APPLICATION_NAME = "Terminix";
enum APPLICATION_VERSION = "0.37.0";
enum APPLICATION_VERSION = "0.38.0";
enum APPLICATION_AUTHOR = "Gerald Nunn";
enum APPLICATION_COPYRIGHT = "Copyright \xc2\xa9 2015 " ~ APPLICATION_AUTHOR;
enum APPLICATION_COMMENTS = _("A VTE based terminal emulator for Linux");
Expand Down

0 comments on commit e7016df

Please sign in to comment.