getContextButtonPadData -> getContextButtonPad
diff --git a/examples/org.eclipse.graphiti.doc/resources/docu/gfw/context-buttons.htm b/examples/org.eclipse.graphiti.doc/resources/docu/gfw/context-buttons.htm
index 48b6015..429b053 100644
--- a/examples/org.eclipse.graphiti.doc/resources/docu/gfw/context-buttons.htm
+++ b/examples/org.eclipse.graphiti.doc/resources/docu/gfw/context-buttons.htm
@@ -302,7 +302,7 @@
 the tool behavior provider to overwrite: </span></p>
 
 <p class=MsoNormal><span lang=EN-GB style='color:black'>The method <a
-href="../../../javadoc/org/eclipse/graphiti/tb/IToolBehaviorProvider.html#getContextButtonPadData(org.eclipse.graphiti.features.context.IPictogramElementContext)">getContextButtonPadData</a>
+href="../../../javadoc/org/eclipse/graphiti/tb/IToolBehaviorProvider.html#getContextButtonPad(org.eclipse.graphiti.features.context.IPictogramElementContext)">getContextButtonPad</a>
 has to return the context buttons for the given context (which implement <a
 href="../../../javadoc/org/eclipse/graphiti/tb/IContextButtonEntry.html">IContextButtonEntry</a>).
 </span></p>
@@ -391,7 +391,7 @@
   style='font-size:10.0pt;font-family:"Courier New";color:black'>&nbsp;&nbsp;&nbsp;
   </span><b><span lang=EN-US style='font-size:10.0pt;font-family:"Courier New";
   color:#7F0055'>public</span></b><span lang=EN-US style='font-size:10.0pt;
-  font-family:"Courier New";color:black'> IContextButtonPadData getContextButtonPadData(</span></p>
+  font-family:"Courier New";color:black'> IContextButtonPadData getContextButtonPad(</span></p>
   <p class=MsoNormal style='text-autospace:none'><span lang=EN-US
   style='font-size:10.0pt;font-family:"Courier New";color:black'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
   IPictogramElementContext context) {</span></p>
@@ -399,7 +399,7 @@
   style='font-size:10.0pt;font-family:"Courier New";color:black'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
   IContextButtonPadData data = </span><b><span lang=EN-US style='font-size:
   10.0pt;font-family:"Courier New";color:#7F0055'>super</span></b><span
-  lang=EN-US style='font-size:10.0pt;font-family:"Courier New";color:black'>.getContextButtonPadData(context);</span></p>
+  lang=EN-US style='font-size:10.0pt;font-family:"Courier New";color:black'>.getContextButtonPad(context);</span></p>
   <p class=MsoNormal style='text-autospace:none'><span lang=EN-US
   style='font-size:10.0pt;font-family:"Courier New";color:black'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
   PictogramElement pe = context.getPictogramElement();</span></p>