~vbursian/research-assistant/intervers

« back to all changes in this revision

Viewing changes to RAGUI/ClusterUI.cpp

  • Committer: Viktor Bursian
  • Date: 2013-06-06 15:10:08 UTC
  • Revision ID: vbursian@gmail.com-20130606151008-6641eh62f0lgx8jt
Tags: version_0.3.0
versionĀ 0.3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    context_menu->Insert( new sNetViewAction
30
30
        (context_menu->parentWidget()
31
31
        ,&EditValue  ,/*checkable*/false ,/*checked*/false
32
 
        ,sNetViewMenu::tr("Edit the cluster's docket")
33
 
        ,sNetViewMenu::tr("View and edit the cluster's docket")
 
32
        ,sNetViewMenu::tr("Edit the object's docket")
 
33
        ,sNetViewMenu::tr("View and edit the object's docket")
34
34
        ));
35
35
  };
36
36
};
41
41
{
42
42
  /*! @todo{UI++} in-place editing */
43
43
  sEditClusterDlg              D;
44
 
  D.setWindowTitle( sEditClusterDlg::tr("Edit the cluster's docket") );
 
44
  D.setWindowTitle( sEditClusterDlg::tr("Edit the object's docket") );
45
45
  D.SetAttrName(tree_item->AttrName());
46
46
  D.SetAttrNameEnabled(false);
47
47
  sCluster::sPtr              C(tree_item->AttrValue());