Empty changelog

master
Yevgen Muntyan 2005-11-18 03:06:47 +00:00
parent 1bb9d6c838
commit 61098078a8
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,4 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4; coding: utf-8 -*-
*
/*
* mooeditwindow.c
*
* Copyright (C) 2004-2005 by Yevgen Muntyan <muntyan@math.tamu.edu>
@ -1740,3 +1739,6 @@ edit_lang_changed (MooEditWindow *window,
if (doc == ACTIVE_DOC (window))
update_lang_menu (window);
}
/* kate: space-indent: on; indent-width: 4; strip on; */

View File

@ -83,6 +83,7 @@ class Plugin(moo.edit.Plugin):
swin.add(console)
window.set_default_size(400,300)
window.set_title("pythony")
window.show_all()