mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-15 14:42:30 +00:00
replace VERSION with PACKAGE_VERSION
They're both the same. The latter is more descriptive. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
committed by
Jari Sundell
parent
4c06e7a923
commit
c48b7f5b93
@@ -179,7 +179,7 @@ DownloadList::activate_display(Display displayType) {
|
||||
// Set title.
|
||||
switch (displayType) {
|
||||
case DISPLAY_DOWNLOAD_LIST:
|
||||
control->ui()->window_title()->set_title("rTorrent " VERSION "/" +
|
||||
control->ui()->window_title()->set_title("rTorrent " PACKAGE_VERSION "/" +
|
||||
std::string(torrent::version()) + " - " +
|
||||
rpc::call_command_string("session.name"));
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user