diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2001-04-22 00:04:10 +0000 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2001-04-22 00:04:10 +0000 |
commit | e406c332499f01a97379c163ce1326cfc13ee570 (patch) | |
tree | 287130984c77222f1ad77d8ddbb9a3242c8d5e76 /mixgtk/mixgtk_widgets.c | |
parent | daced5b02dd5d363e610fdac4140bee64515d317 (diff) | |
download | mdk-e406c332499f01a97379c163ce1326cfc13ee570.tar.gz mdk-e406c332499f01a97379c163ce1326cfc13ee570.tar.bz2 |
color custumozation added
Diffstat (limited to 'mixgtk/mixgtk_widgets.c')
-rw-r--r-- | mixgtk/mixgtk_widgets.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mixgtk/mixgtk_widgets.c b/mixgtk/mixgtk_widgets.c index 165da81..c27b707 100644 --- a/mixgtk/mixgtk_widgets.c +++ b/mixgtk/mixgtk_widgets.c @@ -1,7 +1,7 @@ /* -*-c-*- -------------- mixgtk_widgets.c : * Implementation of the functions declared in mixgtk_widgets.h * ------------------------------------------------------------------ - * Last change: Time-stamp: "01/03/15 14:42:37 jose" + * Last change: Time-stamp: "2001-04-22 00:01:30 jao" * ------------------------------------------------------------------ * Copyright (C) 2001 Free Software Foundation, Inc. * @@ -37,6 +37,7 @@ static const gchar *names_[] = { "word_dialog", "about_dialog", "goto_dialog", + "color_dialog", "command_prompt", "command_log", "mixal_clist", |