mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 19:36:11 +00:00
display full r2 git version in AboutDialog
This commit is contained in:
parent
44b72a1826
commit
133058aa30
@ -1,6 +1,6 @@
|
|||||||
#include "aboutdialog.h"
|
#include "aboutdialog.h"
|
||||||
#include "ui_aboutdialog.h"
|
#include "ui_aboutdialog.h"
|
||||||
#include "r_userconf.h"
|
#include "r_version.h"
|
||||||
|
|
||||||
AboutDialog::AboutDialog(QWidget *parent) :
|
AboutDialog::AboutDialog(QWidget *parent) :
|
||||||
QDialog(parent),
|
QDialog(parent),
|
||||||
@ -10,7 +10,7 @@ AboutDialog::AboutDialog(QWidget *parent) :
|
|||||||
setWindowFlags(windowFlags() & (~Qt::WindowContextHelpButtonHint));
|
setWindowFlags(windowFlags() & (~Qt::WindowContextHelpButtonHint));
|
||||||
ui->label->setText("<h1>Iaito</h1>"
|
ui->label->setText("<h1>Iaito</h1>"
|
||||||
"Version 1.0 alpha<br />"
|
"Version 1.0 alpha<br />"
|
||||||
"Using r2-" R2_VERSION
|
"Using r2-" R2_GITTAP
|
||||||
"<h2>License</h2>"
|
"<h2>License</h2>"
|
||||||
"This Software is released under the GNU General Public License v3.0"
|
"This Software is released under the GNU General Public License v3.0"
|
||||||
"<h2>Authors</h2>"
|
"<h2>Authors</h2>"
|
||||||
|
Loading…
Reference in New Issue
Block a user