Home
last modified time | relevance | path

Searched refs:layerdir (Results 1 – 1 of 1) sorted by relevance

/dports/astro/opencpn/OpenCPN-5.2.4/src/
H A Dchart1.cpp6962 wxString layerdir = g_Platform->GetPrivateDataDir(); in OnInitTimer() local
6963 appendOSDirSlash( &layerdir ); in OnInitTimer()
6964 layerdir.Append( _T("layers") ); in OnInitTimer()
6966 if( wxDir::Exists( layerdir ) ) { in OnInitTimer()
6968 laymsg.Printf( wxT("Getting .gpx layer files from: %s"), layerdir.c_str() ); in OnInitTimer()
6970 pConfig->LoadLayers(layerdir); in OnInitTimer()