diff options
author | Graeme Geldenhuys <graemeg@gmail.com> | 2013-12-22 23:54:45 +0000 |
---|---|---|
committer | Graeme Geldenhuys <graemeg@gmail.com> | 2013-12-22 23:54:45 +0000 |
commit | ed0b319d98023db81a44c11ca7543cb1b3234ab4 (patch) | |
tree | 2d19a29769408025dd6896e5f14dcf12873c7a9b /src | |
parent | 8eeb27b953037d8b646994ee3670fd7da0c21a53 (diff) | |
download | fpGUI-ed0b319d98023db81a44c11ca7543cb1b3234ab4.tar.xz |
Auto-register new "dark" themes as part of the standard available themes.
Diffstat (limited to 'src')
-rw-r--r-- | src/corelib/fpg_main.pas | 4 |
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; |