Fix errors in UG platform dependent file locations

Merged from ^/branches/wsjtx.



git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.6@6395 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Bill Somerville 2016-01-13 14:55:02 +00:00
parent 53fd5111f4
commit fecd3725df
2 changed files with 12 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# Version number components # Version number components
set (WSJTX_VERSION_MAJOR 1) set (WSJTX_VERSION_MAJOR 1)
set (WSJTX_VERSION_MINOR 6) set (WSJTX_VERSION_MINOR 6)
set (WSJTX_VERSION_PATCH 1) set (WSJTX_VERSION_PATCH 0)
set (WSJTX_RC 0) # release candidate number, comment out or zero for development versions set (WSJTX_RC 0) # release candidate number, comment out or zero for development versions
set (WSJTX_VERSION_IS_RELEASE 0) # set to 1 for final release build set (WSJTX_VERSION_IS_RELEASE 1) # set to 1 for final release build

View File

@ -14,9 +14,11 @@ Default save::
* *Windows, when using "--rig-name=xxx"* * *Windows, when using "--rig-name=xxx"*
Settings:: Settings::
+%LOCALAPPDATA%\WSJT-X - xxx+
Log files::
+%LOCALAPPDATA%\WSJT-X - xxx\WSJT-X - xxx.ini+ +%LOCALAPPDATA%\WSJT-X - xxx\WSJT-X - xxx.ini+
Log files::
+%LOCALAPPDATA%\WSJT-X - xxx\+
Default save::
+%LOCALAPPDATA%\WSJT-X - xxx\save\+
* *Linux* * *Linux*
Settings:: Settings::
@ -27,10 +29,12 @@ Default save::
+~/.local/share/WSJT-X/save/+ +~/.local/share/WSJT-X/save/+
* *Linux, when using "--rig-name=xxx"* * *Linux, when using "--rig-name=xxx"*
Settings::
+~/.config/WSJT-X - xxx.ini+
Log files:: Log files::
+~/.local/share/WSJT-X - xxx/+ +~/.local/share/WSJT-X - xxx/+
Default save:: Default save::
+~/.config/WSJT-x - xxx.ini+ +~/.local/share/WSJT-X - xxx/save/+
* *Macintosh* * *Macintosh*
Settings:: Settings::
@ -41,8 +45,10 @@ Default save::
+~/Library/Application Support/WSJT-X/save/+ +~/Library/Application Support/WSJT-X/save/+
* *Macintosh, when using "--rig-name=xxx"* * *Macintosh, when using "--rig-name=xxx"*
Settings::
+~/Library/Preferences/WSJT-X - xxx.ini+
Log files:: Log files::
+~/Library/Application Support/WSJT-X - xxx/+ +~/Library/Application Support/WSJT-X - xxx/+
Default save:: Default save::
+~/Library/Preferences/WSJT-X - xxx.ini+ +~/Library/Application Support/WSJT-X - xxx/save/+