theme name bug fixed

master
Allen Webster 2017-06-22 22:06:32 -04:00
parent 27f72256d9
commit f8a59573f4
2 changed files with 3 additions and 2 deletions

View File

@ -1505,7 +1505,8 @@ App_Step_Sig(app_step){
persistent = &view->persistent;
persistent->coroutine =
system->create_coroutine(view_caller);
system->create_coroutine(view_caller); wrap_indent_marks,10 identifier "wrap_indent_marks" is undefined
persistent->coroutine =
app_launch_coroutine(system, &models->app_links, Co_View,

View File

@ -1,4 +1,4 @@
name = "stb-dark";
name = "stb dark";
Back = 0xFF303030;
Margin = 0xFF383838;