Update of /cvsroot/jaws-project/jaws/html/plugins/SyntaxHighlight
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16868/SyntaxHighlight
Modified Files:
SyntaxHighlight.php
Log Message:
s/_EN//
Index: SyntaxHighlight.php
===================================================================
RCS file: /cvsroot/jaws-project/jaws/html/plugins/SyntaxHighlight/SyntaxHighlight.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** SyntaxHighlight.php 12 Mar 2005 22:14:57 -0000 1.4
--- SyntaxHighlight.php 17 Mar 2005 07:27:23 -0000 1.5
***************
*** 73,77 ****
$button_terminal =& new Button ("addcode", "", "images/stock/stock-terminal.png");
! $button_terminal->SetTitle (_t("_EN_PLUGINS_SYNTAXHIGHLIGHT_ADD_TERMINAL")." ALT+T");
$button_terminal->AddEvent (new JSEvent (ON_CLICK,
"javascript: insertTags($textarea,'[terminal]\\n','\\n[/terminal]\\n','"._t("Your Terminal Text")."');"));
--- 73,77 ----
$button_terminal =& new Button ("addcode", "", "images/stock/stock-terminal.png");
! $button_terminal->SetTitle (_t("_PLUGINS_SYNTAXHIGHLIGHT_ADD_TERMINAL")." ALT+T");
$button_terminal->AddEvent (new JSEvent (ON_CLICK,
"javascript: insertTags($textarea,'[terminal]\\n','\\n[/terminal]\\n','"._t("Your Terminal Text")."');"));
|