Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 490492 | Differences between
and this patch

Collapse All | Expand All

(-)a/bundles/org.eclipse.orion.client.ui/web/orion/widgets/nls/root/messages.js (+1 lines)
Lines 91-94 define({//Default message bundle Link Here
91
	"createNewTooltip": "Create a new launch configuration",
91
	"createNewTooltip": "Create a new launch configuration",
92
	"back": "< Back",
92
	"back": "< Back",
93
	"next": "Next >",
93
	"next": "Next >",
94
	"systemInfo": "System Information"
94
});
95
});
(-)a/bundles/org.eclipse.orion.client.ui/web/plugins/pageLinksPlugin.js (+9 lines)
Lines 180-185 define([ Link Here
180
			category: "user.0"
180
			category: "user.0"
181
		});
181
		});
182
		
182
		
183
		provider.registerService("orion.page.link.user", null, {
184
			id: "orion.system.about",
185
			order: 40,
186
			name: widgetMessages["systemInfo"],
187
			nls: "orion/widgets/nls/messages",
188
			uriTemplate: "{+OrionHome}/about/about.html",
189
			category: "user.0"
190
		});
191
		
183
		provider.registerService("orion.core.content", null, {
192
		provider.registerService("orion.core.content", null, {
184
			id: "orion.content.html5",
193
			id: "orion.content.html5",
185
			name: messages["Sample HTML5 Site"],
194
			name: messages["Sample HTML5 Site"],

Return to bug 490492