diff options
| author | ilya | 2010-04-25 18:56:35 -0700 | 
|---|---|---|
| committer | ilya | 2010-04-25 18:56:35 -0700 | 
| commit | 44189294c8a6097abd22116dc35345e7cab55344 (patch) | |
| tree | e84ab4749d52634cf5e4fa244b6d2ccf9533fcd6 /helpDialog.html | |
| parent | 6fc9fcc8b2ca384d7803d9d649a1cdbe54c2e2ee (diff) | |
| download | vimium-44189294c8a6097abd22116dc35345e7cab55344.tar.bz2 | |
Add showHelp to the command listings / help dialog.
Diffstat (limited to 'helpDialog.html')
| -rw-r--r-- | helpDialog.html | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/helpDialog.html b/helpDialog.html index 0587145d..eb5d72f7 100644 --- a/helpDialog.html +++ b/helpDialog.html @@ -88,6 +88,8 @@        {{historyNavigation}}        <tr><td></td><td></td><td class="vimiumHelpSectionTitle">Manipulating tabs</td></tr>        {{tabManipulation}} +      <tr><td></td><td></td><td class="vimiumHelpSectionTitle">Miscellaneous</td></tr> +      {{misc}}      </table>    </div>  | 
