selected item adder: fix pop-up title when adding items to the current playlist
This commit is contained in:
2
NEWS
2
NEWS
@@ -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.
|
||||
|
||||
@@ -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
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user