mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 07:35:24 +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
|
||||
|
||||
# Creation wizard
|
||||
Creation.category.name = General
|
||||
Creation.category.name = Remote System Explorer
|
||||
Creation.connection.name = Connection
|
||||
Creation.connection.description = Create a new connection to a remote system
|
||||
|
||||
Connection.default.category.name=General
|
||||
DefaultRSENewConnectionWizard.name=RSE Default New Connection Wizard
|
||||
|
|
|
@ -607,7 +607,7 @@ Contributors:
|
|||
<extension
|
||||
point="org.eclipse.rse.ui.newConnectionWizards">
|
||||
<category id="org.eclipse.rse.ui.wizards.newconnection.default.category"
|
||||
name="%Creation.category.name"/>
|
||||
name="%Connection.default.category.name"/>
|
||||
<newConnectionWizard
|
||||
id="org.eclipse.rse.ui.wizards.newconnection.RSEDefaultNewConnectionWizard"
|
||||
class="org.eclipse.rse.ui.wizards.newconnection.RSEDefaultNewConnectionWizard"
|
||||
|
|
Loading…
Add table
Reference in a new issue