Close #3075 by merging branch which parents preferences, save-as and partial-paste dialogs.
This commit is contained in:
@@ -30,9 +30,9 @@ using namespace rtengine::procparams;
|
||||
PartialPasteDlg* ProfilePanel::partialProfileDlg;
|
||||
|
||||
|
||||
void ProfilePanel::init ()
|
||||
void ProfilePanel::init (Gtk::Window* parent)
|
||||
{
|
||||
partialProfileDlg = new PartialPasteDlg("Foo");
|
||||
partialProfileDlg = new PartialPasteDlg (Glib::ustring (), parent);
|
||||
}
|
||||
|
||||
void ProfilePanel::cleanup ()
|
||||
|
Reference in New Issue
Block a user