Removed CTRL-T (since it's normally used for new tab)

SVN revision: 1822
This commit is contained in:
2007-04-03 12:18:28 +00:00
parent d596368dde
commit 40d8b9dc23
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -272,7 +272,7 @@ to produce<p>
Other possibilities are <b>[list=A]</b> for capital letters and <b>[list=I]</b> for Roman numbering.<p>
<tr><td bgcolor=#486090><h2>Tables [CTRL+T]</h2></td></tr>
<tr><td bgcolor=#486090><h2>Tables</h2></td></tr>
<tr><td bgcolor=#FFFFFF><br>Tables can be created with the tags <b>[table][/table]</b> like<p>
+1 -1
View File
@@ -9854,7 +9854,7 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL
rsprintf(" ");
ricon("quote", loc("Insert quote"), "elcode(document.form1.Text, 'QUOTE','')");
ricon("list", loc("Insert list CTRL+L"), "elcode(document.form1.Text, 'LIST','')");
ricon("table", loc("Insert table CTRL+T"), "elcode(document.form1.Text, 'TABLE','')");
ricon("table", loc("Insert table"), "elcode(document.form1.Text, 'TABLE','')");
ricon("heading", loc("Insert heading CTRL+H"), "queryHeading(document.form1.Text)");
rsprintf(" ");