SYMBIAN: Fix codestyle from #3170.
This commit is contained in:
parent
4406d6c598
commit
09645004ec
2 changed files with 27 additions and 15 deletions
|
@ -12,7 +12,7 @@ va_macro_src = [("engines\\sci", "resource_patcher.cpp"), ("engines\\ags", "mana
|
|||
oneline_patch_src = [
|
||||
("ptr.h", ["common", r'#include <cstddef>', r'//#include <cstddef>']),
|
||||
|
||||
("object.cpp", ["gui", r'error("Unable to load widget position for \'%s\'. Please check your theme files", _name.c_str());', r'warning("Unable to load widget position for \'%s\'. Please check your theme files", _name.c_str());']),
|
||||
("object.cpp", ["gui", '''error("Unable to load widget position for \'%s\'. Please check your theme files", _name.c_str());''', '''warning("Unable to load widget position for \'%s\'. Please check your theme files", _name.c_str());''']),
|
||||
# ("", ["", "", ""]),
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue