Update comment about #10381
authorEd Swartz <ed.swartz@nokia.com>
Tue, 29 Dec 2009 12:17:10 -0600
changeset 727 e9804d5e613f
parent 726 9d4cd10c2b35
child 728 a39d0ba41f81
Update comment about #10381
core/com.nokia.carbide.cpp.news.reader/src/com/nokia/carbide/cpp/internal/news/reader/editor/NewsPage.java
--- a/core/com.nokia.carbide.cpp.news.reader/src/com/nokia/carbide/cpp/internal/news/reader/editor/NewsPage.java	Tue Dec 29 12:13:29 2009 -0600
+++ b/core/com.nokia.carbide.cpp.news.reader/src/com/nokia/carbide/cpp/internal/news/reader/editor/NewsPage.java	Tue Dec 29 12:17:10 2009 -0600
@@ -73,6 +73,8 @@
 	public final static String NEWS_PAGE_TITLE = "Carbide.c++ News Page";
 	public final static String NEWS_SUMMARY_TITLE = "All News";
 	private final static String ECLIPSE_NETWORK_PREFERENCES_ID = "org.eclipse.ui.net.NetPreferences";
+	
+	// note: the synthetic links must use "http://" as a prefix for portability (#10381)
 	private final static String FAKE_URL_PREFIX = "http://localhost/news/";
 	private final static String LINK_MARK_ALL_ENTRIES_READ = FAKE_URL_PREFIX + "removeAll";
 	private final static String LINK_MARK_ENTRY_READ = FAKE_URL_PREFIX + "removeEntry";
@@ -275,7 +277,6 @@
 			CarbideNewsReaderPlugin.log(e);
 		}
 		
-		// note: the non-navigable links do not work on all hosts, hence the mouse listener 
 		newsBrowser.addLocationListener(new LocationListener() {
 			public void changing(LocationEvent event) {
 				handleChangingLocation(event);