mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 13:30:52 -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
							
								
									7ccdb1df55
								
							
						
					
					
						commit
						9d0b7a37c2
					
				@ -698,6 +698,7 @@ Configuration::impl::impl (Configuration * self, QSettings * settings, QWidget *
 | 
			
		||||
  , self_ {self}
 | 
			
		||||
  , ui_ {new Ui::configuration_dialog}
 | 
			
		||||
  , settings_ {settings}
 | 
			
		||||
  , doc_dir_ {QApplication::applicationDirPath ()}
 | 
			
		||||
  , frequencies_ {
 | 
			
		||||
    { 136130, 474200, 1838000, 3576000, 5357000, 7076000, 10138000, 14076000, 18102000,
 | 
			
		||||
      21076000, 24917000, 28076000, 50276000, 70091000, 144000000, 144489000, 222000000,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user