1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-10 03:53:21 +02:00

[189152] reference the externalized string

This commit is contained in:
David Dykstal 2007-05-29 14:42:35 +00:00
parent 9424135bde
commit a18ca0d288

View file

@ -80,8 +80,7 @@ public class SystemViewScratchpadAdapter extends AbstractSystemViewAdapter imple
*/
public String getText(Object element)
{
//return SystemResources.RESID_SYSTEMREGISTRY_CONNECTIONS);
return "Remote Scratchpad"; //$NON-NLS-1$
return SystemViewResources.RESID_REMOTE_SCRATCHPAD;
}
/*