summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 94e4202..1354729 100644
--- a/main.c
+++ b/main.c
@@ -4,7 +4,7 @@
int main(int argc, char** argv)
{
- window_init("Text editor", 28, 80);
+ window_init("Glypher", 28, 80);
struct editor_state editor;
init_editor(&editor);