[437190] Re-enable About menu.
diff --git a/_projectCommon.php b/_projectCommon.php
index 135c5ea..e0c3f62 100644
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -122,7 +122,7 @@
 	$Menu->addMenuItem("Download", "/gef/downloads.php", "_self");
 	$Menu->addMenuItem("Getting Involved", "/gef/getting_involved.php", "_self");
 	$Menu->addMenuItem("Support", "/gef/support.php", "_self");
-    #$Menu->addMenuItem("About", "http://www.eclipse.org/projects/project_summary.php?projectid=tools.gef", "_self");
+    $Menu->addMenuItem("About", "http://www.eclipse.org/projects/project_summary.php?projectid=tools.gef", "_self");
 	
 	# To define additional CSS or other pre-body headers
 	#$App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/gef/style.css"/>');