Add version number in the option dialog.

This commit is contained in:
Nicolas Stepien 2011-12-16 15:41:04 +01:00
parent 844890ad18
commit 023c8b2ae0
2 changed files with 2 additions and 2 deletions

View File

@ -1236,7 +1236,7 @@
dialog = ui.dialog('options', '', '\ dialog = ui.dialog('options', '', '\
<div id=optionsbar>\ <div id=optionsbar>\
<div id=credits>\ <div id=credits>\
<a target=_blank href=http://mayhemydg.github.com/4chan-x/>4chan X</a>\ <a target=_blank href=http://mayhemydg.github.com/4chan-x/>4chan X</a> | ' + VERSION + '\
| <a target=_blank href=https://github.com/mayhemydg/4chan-x/issues>Issues</a>\ | <a target=_blank href=https://github.com/mayhemydg/4chan-x/issues>Issues</a>\
</div>\ </div>\
<div>\ <div>\

View File

@ -897,7 +897,7 @@ options =
dialog = ui.dialog 'options', '', ' dialog = ui.dialog 'options', '', '
<div id=optionsbar> <div id=optionsbar>
<div id=credits> <div id=credits>
<a target=_blank href=http://mayhemydg.github.com/4chan-x/>4chan X</a> <a target=_blank href=http://mayhemydg.github.com/4chan-x/>4chan X</a> | ' + VERSION + '
| <a target=_blank href=https://github.com/mayhemydg/4chan-x/issues>Issues</a> | <a target=_blank href=https://github.com/mayhemydg/4chan-x/issues>Issues</a>
</div> </div>
<div> <div>