]> git.mxchange.org Git - flightgear.git/blobdiff - src/Network/atlas.cxx
- rename fgcommand "set-mouse" to "set-cursor"
[flightgear.git] / src / Network / atlas.cxx
index 38b83912b6bd83547c708266274208cfbc6a2c19..e2eb510dceac66aa2667473e99dc4f68daf692ff 100644 (file)
 //
 // You should have received a copy of the GNU General Public License
 // along with this program; if not, write to the Free Software
-// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 // $Id$
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
 
 #include <simgear/debug/logstream.hxx>
 #include <simgear/math/sg_geodesy.hxx>
@@ -70,7 +73,7 @@ bool FGAtlas::gen_message() {
     static SGPropertyNode *nav_freq
         = fgGetNode("/instrumentation/nav/frequencies/selected-mhz", true);
     static SGPropertyNode *nav_sel_radial
-        = fgGetNode("/instrumentation/van/radials/selected-deg", true);
+        = fgGetNode("/instrumentation/nav/radials/selected-deg", true);
 
     char rmc[256], gga[256], patla[256];
     char rmc_sum[10], gga_sum[10], patla_sum[10];