Removed menu
This commit is contained in:
parent
425bd82592
commit
79c0051ee5
2 changed files with 4 additions and 29 deletions
|
@ -85,10 +85,7 @@ public final class StarterProjectImpl extends WeakBase
|
|||
public void trigger(String action)
|
||||
{
|
||||
switch (action) {
|
||||
case "actionOne":
|
||||
//ActionOneDialog actionOneDialog = new ActionOneDialog(m_xContext);
|
||||
//actionOneDialog.show();
|
||||
|
||||
case "openGUI":
|
||||
Document doc = new Document(context);
|
||||
EditorGUI.runGUI(doc);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue