Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kambala-decapitator committed Dec 17, 2023
1 parent 0d79f24 commit 887d186
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@ QTblEditor
==========

just another Diablo II .tbl file editor
http://d2mods.info/forum/viewtopic.php?f=7&t=57015
http://d2mods.info/forum/viewtopic.php?f=7&t=57015

The project can be built with [Qt](https://www.qt.io/) 4 and later, code conforms to C++03 standard.

Visual Studio project can be used to build with Qt 5 and later.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ int main(int argc, char *argv[])
QApplication app(argc, argv);
app.setOrganizationName("kambala");
app.setApplicationName("QTblEditor");
app.setApplicationVersion("1.4");
app.setApplicationVersion("1.5");
#ifdef Q_OS_MAC
app.setAttribute(Qt::AA_DontShowIconsInMenus);
#endif
Expand Down

0 comments on commit 887d186

Please sign in to comment.