]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GBlackBoxModel.cxx
Changes in information presented in status bar, inside the box, and the editing dialo...
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GBlackBoxModel.cxx
index f35cda172d483c4e08a45fe2fae2e09c065fccfb..c7778f3667705f21563641cc50a613daae6e6aeb 100644 (file)
@@ -142,9 +142,12 @@ namespace bbtk
        std::string GBlackBoxModel::getStatusText()
        {
                std::string temp = "";
+               temp+=_bbtkPackage;
+               temp+=":";
                temp+=_bbtkType;
                temp+=":";
-               temp+=_bbtkPackage;
+               temp+=_bbtkName;
+               
                return temp;
        }