mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-21 04:16:12 +00:00
Fix build (2)
This commit is contained in:
parent
92d7362e54
commit
2f91f5b07c
@ -10,7 +10,7 @@ AboutDialog::AboutDialog(QWidget *parent) :
|
|||||||
ui->setupUi(this);
|
ui->setupUi(this);
|
||||||
setWindowFlags(windowFlags() & (~Qt::WindowContextHelpButtonHint));
|
setWindowFlags(windowFlags() & (~Qt::WindowContextHelpButtonHint));
|
||||||
ui->label->setText(tr("<h1>Cutter</h1>"
|
ui->label->setText(tr("<h1>Cutter</h1>"
|
||||||
"Version "CUTTER_VERSION"<br/>"
|
"Version " CUTTER_VERSION "<br/>"
|
||||||
"Using r2-" R2_GITTAP
|
"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"
|
||||||
|
Loading…
Reference in New Issue
Block a user