Révision 3102
tmp/org.txm.searchengine.cqp.rcp/src/org/txm/searchengine/cqp/rcp/handlers/base/OpenBiblio.java (revision 3102) | ||
---|---|---|
39 | 39 |
import org.eclipse.ui.handlers.HandlerUtil; |
40 | 40 |
import org.txm.objects.Text; |
41 | 41 |
import org.txm.rcp.commands.OpenBrowser; |
42 |
import org.txm.rcp.editors.TXMBrowser; |
|
43 |
import org.txm.rcp.editors.TXMWebBrowserEditor; |
|
42 |
import org.txm.rcp.editors.TXMBrowserEditor; |
|
44 | 43 |
import org.txm.rcp.messages.TXMUIMessages; |
45 | 44 |
import org.txm.rcp.swt.dialog.ComboDialog; |
46 | 45 |
import org.txm.searchengine.cqp.corpus.CQPCorpus; |
... | ... | |
136 | 135 |
System.out.println(NLS.bind(TXMUIMessages.textP0HasNoBibliographicRecord, text.getName())); |
137 | 136 |
return null; |
138 | 137 |
} |
139 |
TXMBrowser attachedBrowserEditor = OpenBrowser.openEdition(url); |
|
140 | 138 |
// attachedBrowserEditor.setCorpus(text.getCorpus()); |
141 |
return null;
|
|
139 |
return OpenBrowser.openEdition(url);
|
|
142 | 140 |
} |
143 | 141 |
|
144 | 142 |
} |
Formats disponibles : Unified diff