post 4.3 - git dialogs

Dirk Hohndel dirk at hohndel.org
Sat Nov 22 08:47:59 PST 2014


On November 22, 2014 8:42:30 AM Henrik Brautaset Aronsen 
<subsurface at henrik.synth.no> wrote:
> >> Hmm.  I still get cancel/save in the open logbook dialog..
> >
> > Did I forget to push? I'm away from my computer... Top commit should
> > be a one line fix to the arguments of that dialog call...
> > Sorry if I forgot, will push when I'm back home this evening.
>
> Looks like you pushed it: "Don't ask confusing questions in open file
> dialog"
>
> -       QString filename = QFileDialog::getSaveFileName(this, tr("Open
> file"), lastUsedDir(), filter());
> +       QString filename = QFileDialog::getSaveFileName(this, tr("Open
> file"), lastUsedDir(), filter(), NULL, QFileDialog::DontConfirmOverwrite);
>
> Still shows the save button, though...

Now I understand what you are saying. The label on the button...

Tomaz, help?
(Which may take a while as I believe he had his internet shut off on him at 
home...)

/D





More information about the subsurface mailing list