Add Cursor Settings and Starup Settings dialogues. Remove General Settings dialogue.

SVN revision: 20019
This commit is contained in:
Christopher Michael 2006-01-25 04:04:15 +00:00
parent 5f004e0cec
commit 02bfb82b01
2 changed files with 6 additions and 3 deletions

View File

@ -126,7 +126,8 @@ e_int_config_background.h \
e_int_config_background_import.h \
e_int_config_theme.h \
e_int_config_menus.h \
e_int_config_general.h \
e_int_config_cursor.h \
e_int_config_startup.h \
e_int_config_performance.h \
e_int_config_winlist.h \
e_deskpreview.h \
@ -241,7 +242,8 @@ e_int_config_background.c \
e_int_config_background_import.c \
e_int_config_theme.c \
e_int_config_menus.c \
e_int_config_general.c \
e_int_config_cursor.c \
e_int_config_startup.c \
e_int_config_performance.c \
e_int_config_winlist.c \
e_deskpreview.c \

View File

@ -104,7 +104,8 @@
#include "e_int_config_background_import.h"
#include "e_int_config_theme.h"
#include "e_int_config_menus.h"
#include "e_int_config_general.h"
#include "e_int_config_cursor.h"
#include "e_int_config_startup.h"
#include "e_int_config_performance.h"
#include "e_int_config_winlist.h"
#include "e_deskpreview.h"