Révision 2830
| tmp/org.txm.rcp/src/main/java/org/txm/rcp/commands/OpenLocalizedWebPage.java (revision 2830) | ||
|---|---|---|
| 143 | 143 |
if (locale.equals("fr")) { //$NON-NLS-1$
|
| 144 | 144 |
return OpenBrowser.openfile("https://groupes.renater.fr/wiki/txm-users/public/retours_de_bugs_logiciel"); //$NON-NLS-1$
|
| 145 | 145 |
} else {
|
| 146 |
return OpenBrowser.openfile(URL_TXMDEPOT+"-/issues"); //$NON-NLS-1$
|
|
| 146 |
return OpenBrowser.openfile("https://sourceforge.net/p/txm/feature-requests/?source=navbar"); //$NON-NLS-1$
|
|
| 147 | 147 |
} |
| 148 | 148 |
} else if (FEATURE.equals(key)) {
|
| 149 | 149 |
if (locale.equals("fr")) { //$NON-NLS-1$
|
| 150 | 150 |
return OpenBrowser.openfile("https://groupes.renater.fr/wiki/txm-users/public/demande_de_fonctionnalites"); //$NON-NLS-1$
|
| 151 | 151 |
} else {
|
| 152 |
return OpenBrowser.openfile(URL_TXMDEPOT+"-/issues"); //$NON-NLS-1$
|
|
| 152 |
return OpenBrowser.openfile("http://sourceforge.net/tracker/?group_id=247041&atid=1190851"); //$NON-NLS-1$
|
|
| 153 | 153 |
} |
| 154 | 154 |
} else if (MAILINGLIST.equals(key)) {
|
| 155 | 155 |
return OpenBrowser.openfile("https://groupes.renater.fr/sympa/subscribe/txm-users"); //$NON-NLS-1$
|
Formats disponibles : Unified diff