##// END OF EJS Templates
Add tooltip to Download/Print indicating need to save first...
Add tooltip to Download/Print indicating need to save first A real fix would be to trigger a save on each of thes actions, which would address #852 closes gh-895

File last commit:

r1261:a818e11a merge
r5150:bbc4d01c
Show More
update_version.sh
3 lines | 84 B | application/x-sh | BashLexer
#!/bin/sh
ver=`ipython -V`
sed "s/__version__/${ver}/" manual_base.lyx > manual.lyx