diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog
index bfc29bae3b6..5450893c087 100644
--- a/core/org.eclipse.cdt.ui/ChangeLog
+++ b/core/org.eclipse.cdt.ui/ChangeLog
@@ -1,3 +1,11 @@
+2004-01-28 Alain Magloire
+
+ First draft of the OpenType by Chris Wiebe.
+
+ * icons/full/opentype16/opentype.gif
+ * src/org/eclipse/cdt/internal/ui/opentype/*.java
+ * src/org/eclipse/cdt/internal/ui/opentype/dialogs/*.java
+
2004-01-27 John Camelon
Updated COMPLETION_PARSE clients to use SINGLE_NAME_REFERENCE rather than STATEMENT_START.
diff --git a/core/org.eclipse.cdt.ui/plugin.properties b/core/org.eclipse.cdt.ui/plugin.properties
index 98bde042e4a..3362cd19a7f 100644
--- a/core/org.eclipse.cdt.ui/plugin.properties
+++ b/core/org.eclipse.cdt.ui/plugin.properties
@@ -93,4 +93,10 @@ CSearchActionSet.description= Action set containing search related C/C++ actions
# Menus
searchMenu.label= Se&arch
-
+
+# Open Type
+OpenTypeAction.label= Open &Type...
+OpenTypeAction.tooltip= Open Type
+ActionDefinition.openType.name= Open Type
+ActionDefinition.openType.description= Open a type in a C editor
+
diff --git a/core/org.eclipse.cdt.ui/plugin.xml b/core/org.eclipse.cdt.ui/plugin.xml
index baeca264681..581770bbcf1 100644
--- a/core/org.eclipse.cdt.ui/plugin.xml
+++ b/core/org.eclipse.cdt.ui/plugin.xml
@@ -414,6 +414,18 @@
command="org.eclipse.cdt.ui.edit.opendecl"
configuration="org.eclipse.ui.defaultAcceleratorConfiguration">
+
+
+
+
+
+