selected item adder: fix pop-up title when adding items to the current playlist

This commit is contained in:
Andrzej Rybczak
2015-04-12 16:20:57 +02:00
parent bce268dea4
commit b63d646e48
2 changed files with 3 additions and 1 deletions

2
NEWS
View File

@@ -1,5 +1,7 @@
ncmpcpp-0.6.4 (????-??-??)
* Fix title of a pop-up which shows during adding selected items to the current playlist.
ncmpcpp-0.6.3 (2015-03-02)
* Fix floating point exception when adding a specific number of random items.

View File

@@ -69,7 +69,7 @@ SelectedItemsAdder::SelectedItemsAdder()
MainStartY+(MainHeight-m_position_selector_height)/2,
m_position_selector_width,
m_position_selector_height,
"Scroll?",
"Where?",
Config.main_color,
Config.window_border
);