summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@gmail.com>2013-12-22 23:54:45 +0000
committerGraeme Geldenhuys <graemeg@gmail.com>2013-12-22 23:54:45 +0000
commited0b319d98023db81a44c11ca7543cb1b3234ab4 (patch)
tree2d19a29769408025dd6896e5f14dcf12873c7a9b
parent8eeb27b953037d8b646994ee3670fd7da0c21a53 (diff)
downloadfpGUI-ed0b319d98023db81a44c11ca7543cb1b3234ab4.tar.xz
Auto-register new "dark" themes as part of the standard available themes.
-rw-r--r--src/corelib/fpg_main.pas4
1 files changed, 3 insertions, 1 deletions
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;