diff options
author | Christian Lippka <cl@lippka.com> | 2011-05-06 16:11:58 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-05-06 17:52:11 +0200 |
commit | 6522f7374fe19fbcdf27c01b7ae07779b6c0514f (patch) | |
tree | bb5f7bf9c178071fde31997078771d2a1f44c039 /cui/util/cui.map | |
parent | 3a93807bdc14d06aa0178f078a045b359d170f45 (diff) |
New color picker dialog for all applications.
Replaces the old color picker with a new one.
Demo: http://www.youtube.com/watch?v=rPu6EmIxkIM
Diffstat (limited to 'cui/util/cui.map')
-rw-r--r-- | cui/util/cui.map | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cui/util/cui.map b/cui/util/cui.map index 06074d301dc3..f4c89f960ae6 100644 --- a/cui/util/cui.map +++ b/cui/util/cui.map @@ -1,7 +1,9 @@ UDK_3_0_0 { global: - CreateDialogFactory; + CreateDialogFactory; GetSpecialCharsForEdit; + component_getImplementationEnvironment; + component_getFactory; local: *; }; |