minor indent
This commit is contained in:
parent
8e404f10dd
commit
b131f3a8af
1 changed files with 2 additions and 2 deletions
|
@ -218,8 +218,8 @@ void ThemeItem<Texture>::load(const string *o_name, const string *o_altname) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::auto_ptr<PixmapWithMask> pm(Image::load(pixmap_name,
|
std::auto_ptr<PixmapWithMask> pm(Image::load(pixmap_name, m_tm.screenNum()));
|
||||||
m_tm.screenNum()));
|
|
||||||
if (pm.get() == 0) {
|
if (pm.get() == 0) {
|
||||||
if (ThemeManager::instance().verbose()) {
|
if (ThemeManager::instance().verbose()) {
|
||||||
cerr<<"Resource("<<m_name+".pixmap"
|
cerr<<"Resource("<<m_name+".pixmap"
|
||||||
|
|
Loading…
Reference in a new issue