From ed0b319d98023db81a44c11ca7543cb1b3234ab4 Mon Sep 17 00:00:00 2001 From: Graeme Geldenhuys Date: Sun, 22 Dec 2013 23:54:45 +0000 Subject: Auto-register new "dark" themes as part of the standard available themes. --- src/corelib/fpg_main.pas | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/corelib/fpg_main.pas b/src/corelib/fpg_main.pas index 545b899e..a5eb98cc 100644 --- a/src/corelib/fpg_main.pas +++ b/src/corelib/fpg_main.pas @@ -476,7 +476,9 @@ uses fpg_imgutils, fpg_stylemanager, fpg_style_win2k, // TODO: This needs to be removed! - fpg_style_motif; // TODO: This needs to be removed! + fpg_style_motif, // TODO: This needs to be removed! + fpg_style_carbon, + fpg_style_plastic; var fpgTimers: TList; -- cgit v1.2.3-70-g09d2