mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
restore the post-export nag screen
git-svn-id: svn://localhost/ardour2/branches/3.0@13576 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
310c261669
commit
e7063bb900
1 changed files with 9 additions and 0 deletions
|
|
@ -27,6 +27,7 @@
|
||||||
|
|
||||||
#include "export_dialog.h"
|
#include "export_dialog.h"
|
||||||
#include "gui_thread.h"
|
#include "gui_thread.h"
|
||||||
|
#include "nag.h"
|
||||||
|
|
||||||
#include "i18n.h"
|
#include "i18n.h"
|
||||||
|
|
||||||
|
|
@ -331,6 +332,14 @@ ExportDialog::show_progress ()
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!status->aborted()) {
|
if (!status->aborted()) {
|
||||||
|
|
||||||
|
NagScreen* ns = NagScreen::maybe_nag (_("export"));
|
||||||
|
|
||||||
|
if (ns) {
|
||||||
|
ns->nag ();
|
||||||
|
delete ns;
|
||||||
|
}
|
||||||
|
|
||||||
status->finish ();
|
status->finish ();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue