Skip to content

Commit a15c359

Browse files
committed
upd
1 parent 0b1bed8 commit a15c359

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

aboutDialog.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,12 @@ aboutDialog::aboutDialog(QWidget *parent) :
3939
.arg("Peter Savichev (proton)").arg("[email protected]")
4040
.arg("Ben de Groot (yngwin)").arg("[email protected] ")
4141
.arg("Gentoo"));
42-
strCredits.append(QString("<p><b>%1</b> - <a href='mailto:%2'>%2></a><br/>%3</p>")
42+
strCredits.append(QString("<p><b>%1</b> - <a href='mailto:%2'>%2</a><br/>%3</p>")
4343
.arg("Nikita Lyalin (tinman321)").arg("[email protected]")
4444
.arg("ArchLinux"));
45+
strCredits.append(QString("<p><b>%1</b> - <a href='mailto:%2'>%2</a><br/>%3</p>")
46+
.arg("xelat").arg("[email protected]")
47+
.arg("Windows"));
4548
ui->lbCredits->setHtml(strCredits);
4649
}
4750

znotes.pro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ unix {
6060
desktop
6161
}
6262
os2 {
63-
RC_FILE = znotes.rc
63+
RC_FILE = znotes_os2.rc
6464
}
6565
windows {
6666
RC_FILE = znotes.rc
67-
}
67+
}

znotes_os2.ico

3.35 KB
Binary file not shown.

znotes_os2.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
IDI_ICON1 ICON DISCARDABLE "znotes_os2.ico"

0 commit comments

Comments
 (0)