Changeset 5213 in ntrip for trunk/BNC/src
- Timestamp:
- Jun 16, 2013, 9:40:26 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/map/bncmapwin.cpp
r5188 r5213 93 93 void bncMapWin::loadHtmlPage() { 94 94 95 QFile htmlFile(":/map/ html/index.html");95 QFile htmlFile(":/map/map_gm.html"); 96 96 if (!htmlFile.open(QFile::ReadOnly)) { 97 qDebug() << "bncMapWin:: cannot open index.html";97 qDebug() << "bncMapWin:: cannot open html file"; 98 98 return; 99 99 }
Note:
See TracChangeset
for help on using the changeset viewer.