Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
proton committed Nov 6, 2009
1 parent 0b1bed8 commit a15c359
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion aboutDialog.cpp
Expand Up @@ -39,9 +39,12 @@ aboutDialog::aboutDialog(QWidget *parent) :
.arg("Peter Savichev (proton)").arg("psavichev@gmail.com")
.arg("Ben de Groot (yngwin)").arg("yngwin@gentoo.org ")
.arg("Gentoo"));
strCredits.append(QString("<p><b>%1</b> - <a href='mailto:%2'>%2></a><br/>%3</p>")
strCredits.append(QString("<p><b>%1</b> - <a href='mailto:%2'>%2</a><br/>%3</p>")
.arg("Nikita Lyalin (tinman321)").arg("tinman321@gmail.com")
.arg("ArchLinux"));
strCredits.append(QString("<p><b>%1</b> - <a href='mailto:%2'>%2</a><br/>%3</p>")
.arg("xelat").arg("xelat09@yahoo.de")
.arg("Windows"));
ui->lbCredits->setHtml(strCredits);
}

Expand Down
4 changes: 2 additions & 2 deletions znotes.pro
Expand Up @@ -60,8 +60,8 @@ unix {
desktop
}
os2 {
RC_FILE = znotes.rc
RC_FILE = znotes_os2.rc
}
windows {
RC_FILE = znotes.rc
}
}
Binary file added znotes_os2.ico
Binary file not shown.
1 change: 1 addition & 0 deletions znotes_os2.rc
@@ -0,0 +1 @@
IDI_ICON1 ICON DISCARDABLE "znotes_os2.ico"

0 comments on commit a15c359

Please sign in to comment.