repo.or.cz
/
xcsoar.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Gauge/BigTrafficWidget: show "Close" button only on "special" page
[xcsoar.git]
/
tools
/
Text2Event.pl
blob
c35975bb3e7a57564724f72bb97d72ebef6b33ab
1
#!/usr/bin/perl
2
3
use
strict
;
4
use
warnings
;
5
6
while
(<>) {
7
print qq
'{ _T("
$1
"), &InputEvents::event
$1
},
\n
'
8
if
/^\s*void event([a-zA-Z0-9]+)/
;
9
}