Révision 3266

tmp/org.txm.rcp/src/main/java/org/txm/rcp/editors/CommandLink.java (revision 3266)
32 32
	
33 33
	IEditorPart editor;
34 34
	
35
	public static final String FCT = "txmcommand";
36

  
35 37
	public CommandLink(IEditorPart editor, Browser browser) {
36
		super(browser, "txmcommand"); //$NON-NLS-1$
38
		super(browser, FCT); //$NON-NLS-1$
37 39
		this.browser = browser;
38 40
		this.editor = editor;
39 41
	}

Formats disponibles : Unified diff