cc_frm_scrollbar.cpp icon dont need full path

Origin commit data
------------------
Branch: ni/coolstream
Commit: 10c430d40e
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2016-02-16 (Tue, 16 Feb 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2016-02-16 16:15:28 +01:00
parent 5f8422c29a
commit e9d0710b7c

View File

@@ -81,8 +81,8 @@ void CComponentsScrollBar::initVarSbForm(const int& count)
sb_segments_obj = NULL;
string ftype = ".png";
sb_up_icon = frameBuffer->getIconBasePath() + "/" + NEUTRINO_ICON_BUTTON_TOP + ftype;
sb_down_icon = frameBuffer->getIconBasePath() + "/" + NEUTRINO_ICON_BUTTON_DOWN + ftype;
sb_up_icon = NEUTRINO_ICON_BUTTON_TOP + ftype;
sb_down_icon = NEUTRINO_ICON_BUTTON_DOWN + ftype;
sb_segments_count = count;
sb_mark_id = 0;