Changeset 5213 in ntrip


Ignore:
Timestamp:
Jun 16, 2013, 9:40:26 AM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/map/bncmapwin.cpp

    r5188 r5213  
    9393void bncMapWin::loadHtmlPage() {
    9494
    95   QFile htmlFile(":/map/html/index.html");
     95  QFile htmlFile(":/map/map_gm.html");
    9696  if (!htmlFile.open(QFile::ReadOnly)) {
    97     qDebug() << "bncMapWin:: cannot open index.html";
     97    qDebug() << "bncMapWin:: cannot open html file";
    9898    return;
    9999  }
Note: See TracChangeset for help on using the changeset viewer.