mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-09 18:15:23 +02:00
[174858] split category names for new connection wizard:Newwizard category = "Remote System Explorer"; Default connection category = "General"
This commit is contained in:
parent
6f3727b8ae
commit
46f7d48ad0
2 changed files with 3 additions and 2 deletions
|
@ -124,8 +124,9 @@ ProjectFilter.label=RSE Internal Projects
|
||||||
ProjectFilter.description=Hides RSE internal projects
|
ProjectFilter.description=Hides RSE internal projects
|
||||||
|
|
||||||
# Creation wizard
|
# Creation wizard
|
||||||
Creation.category.name = General
|
Creation.category.name = Remote System Explorer
|
||||||
Creation.connection.name = Connection
|
Creation.connection.name = Connection
|
||||||
Creation.connection.description = Create a new connection to a remote system
|
Creation.connection.description = Create a new connection to a remote system
|
||||||
|
|
||||||
|
Connection.default.category.name=General
|
||||||
DefaultRSENewConnectionWizard.name=RSE Default New Connection Wizard
|
DefaultRSENewConnectionWizard.name=RSE Default New Connection Wizard
|
||||||
|
|
|
@ -607,7 +607,7 @@ Contributors:
|
||||||
<extension
|
<extension
|
||||||
point="org.eclipse.rse.ui.newConnectionWizards">
|
point="org.eclipse.rse.ui.newConnectionWizards">
|
||||||
<category id="org.eclipse.rse.ui.wizards.newconnection.default.category"
|
<category id="org.eclipse.rse.ui.wizards.newconnection.default.category"
|
||||||
name="%Creation.category.name"/>
|
name="%Connection.default.category.name"/>
|
||||||
<newConnectionWizard
|
<newConnectionWizard
|
||||||
id="org.eclipse.rse.ui.wizards.newconnection.RSEDefaultNewConnectionWizard"
|
id="org.eclipse.rse.ui.wizards.newconnection.RSEDefaultNewConnectionWizard"
|
||||||
class="org.eclipse.rse.ui.wizards.newconnection.RSEDefaultNewConnectionWizard"
|
class="org.eclipse.rse.ui.wizards.newconnection.RSEDefaultNewConnectionWizard"
|
||||||
|
|
Loading…
Add table
Reference in a new issue