- Timestamp:
- Jul 29, 2008, 10:54:06 AM (16 years ago)
- Location:
- trunk/BNC
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bnc.qrc
r989 r996 2 2 <qresource> 3 3 <file>ntrip-logo.png</file> 4 <file> flowchart.png</file>4 <file>bncflowchart.png</file> 5 5 <file>bnchelp.html</file> 6 6 <file>bncabout.html</file> -
trunk/BNC/bncwindow.cpp
r995 r996 72 72 connect(_actAbout, SIGNAL(triggered()), SLOT(slotAbout())); 73 73 74 _actFlowchart = new QAction(tr("&Flow chart"),this);74 _actFlowchart = new QAction(tr("&Flow Chart"),this); 75 75 connect(_actFlowchart, SIGNAL(triggered()), SLOT(slotFlowchart())); 76 76
Note:
See TracChangeset
for help on using the changeset viewer.