
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tlug] xpdf "save as" directory
I was able to change the default directory in "Save As" dialog but in
the source code level like this:
In XPDFViewer.cc file, in function XPDFViewer::initSaveAsDialog(), in
the if-block of the latter part of the function routine,
[before] s1 = XmStringCreatedLocalized(dir->getCString()); // This
gets the dir of the currently opened file.
[after] s1 = XmStringCreatedLocalized("~"); // Let's force it to the
home directory. ;)
For making it controllable by the user via xpdfrc, then I need to take
a look at GlobalParams.cc for further modification.....
Regards,
Kiyoshi
2010/10/29, Stephen J. Turnbull <stephen@example.com>:
> Kiyoshi Kawaguchi writes:
>
> > not find anything in xpdfrc about controlling the default directory to
> > be set in "Save As" dialog (or any File Selection dialog).
>
> XmFileSelectionBox(3m)
>
> --
> To unsubscribe from this mailing list,
> please see the instructions at http://lists.tlug.jp/list.html
>
> The TLUG mailing list is hosted by the award-winning Internet provider
> ASAHI Net.
> Visit ASAHI Net's English-language Web page: http://asahi-net.jp/en/
>
Home |
Main Index |
Thread Index