Index: /trunk/BNC/bnc.qrc
===================================================================
--- /trunk/BNC/bnc.qrc	(revision 995)
+++ /trunk/BNC/bnc.qrc	(revision 996)
@@ -2,5 +2,5 @@
 <qresource>
     <file>ntrip-logo.png</file>
-    <file>flowchart.png</file>
+    <file>bncflowchart.png</file>
     <file>bnchelp.html</file>
     <file>bncabout.html</file>
Index: /trunk/BNC/bncwindow.cpp
===================================================================
--- /trunk/BNC/bncwindow.cpp	(revision 995)
+++ /trunk/BNC/bncwindow.cpp	(revision 996)
@@ -72,5 +72,5 @@
   connect(_actAbout, SIGNAL(triggered()), SLOT(slotAbout()));
 
-  _actFlowchart = new QAction(tr("&Flowchart"),this);
+  _actFlowchart = new QAction(tr("&Flow Chart"),this);
   connect(_actFlowchart, SIGNAL(triggered()), SLOT(slotFlowchart()));
 
