mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
ccomponents: add missing slash to iconBasePath
Origin commit data
------------------
Commit: e85f32848c
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-05-07 (Thu, 07 May 2015)
Origin message was:
------------------
- ccomponents: add missing slash to iconBasePath
This commit is contained in:
@@ -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 = frameBuffer->getIconBasePath() + "/" + NEUTRINO_ICON_BUTTON_TOP + ftype;
|
||||
sb_down_icon = frameBuffer->getIconBasePath() + "/" + NEUTRINO_ICON_BUTTON_DOWN + ftype;
|
||||
|
||||
sb_segments_count = count;
|
||||
sb_mark_id = 0;
|
||||
|
Reference in New Issue
Block a user