Changeset 996 in ntrip


Ignore:
Timestamp:
Jul 29, 2008, 10:54:06 AM (16 years ago)
Author:
weber
Message:

* empty log message *

Location:
trunk/BNC
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnc.qrc

    r989 r996  
    22<qresource>
    33    <file>ntrip-logo.png</file>
    4     <file>flowchart.png</file>
     4    <file>bncflowchart.png</file>
    55    <file>bnchelp.html</file>
    66    <file>bncabout.html</file>
  • trunk/BNC/bncwindow.cpp

    r995 r996  
    7272  connect(_actAbout, SIGNAL(triggered()), SLOT(slotAbout()));
    7373
    74   _actFlowchart = new QAction(tr("&Flowchart"),this);
     74  _actFlowchart = new QAction(tr("&Flow Chart"),this);
    7575  connect(_actFlowchart, SIGNAL(triggered()), SLOT(slotFlowchart()));
    7676
Note: See TracChangeset for help on using the changeset viewer.