jaehyun pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=1af1cca8f64bf54af5e2f685fe622af3d453e50b

commit 1af1cca8f64bf54af5e2f685fe622af3d453e50b
Author: Jaehyun Cho <jae_hyun....@samsung.com>
Date:   Tue Feb 23 15:40:33 2016 +0900

    config: Set default monospaced font on Ubuntu.
---
 src/bin/config_data.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/config_data.c b/src/bin/config_data.c
index 5e675fc..4c6954d 100644
--- a/src/bin/config_data.c
+++ b/src/bin/config_data.c
@@ -238,7 +238,7 @@ config_load(void)
 #elif __APPLE__
    const char monospace_font[] = "Menlo";
 #else
-   const char monospace_font[] = "Monospace";
+   const char monospace_font[] = "Ubuntu Mono";
 #endif
    if (!cd->font_name)
      eina_stringshare_replace(&cd->font_name, monospace_font);

-- 


Reply via email to