repo.or.cz
/
rofl0r-HtmlEditor.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixed bug in on_open.
[rofl0r-HtmlEditor.git]
/
webkit.pl
blob
b09f88adf59290f807e45a14b19d69349a18c5a8
1
use
strict
;
2
use
warnings
;
3
use
lib
'.'
;
4
use
HtmlEditor
;
5
6
my
$ed
=
HtmlEditor
->
new
();
7
$ed
->
show_all
;
8
Gtk2
->
main
;