mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 12:23:37 -05:00
Make the runtime docments location work with any CWD
The loaction of the documentation directory should not be effected by the current working directory when the application is started. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5324 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
3d56a74170
commit
5ecb26acee
@ -698,6 +698,7 @@ Configuration::impl::impl (Configuration * self, QSettings * settings, QWidget *
|
|||||||
, self_ {self}
|
, self_ {self}
|
||||||
, ui_ {new Ui::configuration_dialog}
|
, ui_ {new Ui::configuration_dialog}
|
||||||
, settings_ {settings}
|
, settings_ {settings}
|
||||||
|
, doc_dir_ {QApplication::applicationDirPath ()}
|
||||||
, frequencies_ {
|
, frequencies_ {
|
||||||
{ 136130, 474200, 1838000, 3576000, 5357000, 7076000, 10138000, 14076000, 18102000,
|
{ 136130, 474200, 1838000, 3576000, 5357000, 7076000, 10138000, 14076000, 18102000,
|
||||||
21076000, 24917000, 28076000, 50276000, 70091000, 144000000, 144489000, 222000000,
|
21076000, 24917000, 28076000, 50276000, 70091000, 144000000, 144489000, 222000000,
|
||||||
|
Loading…
Reference in New Issue
Block a user