Introduce open user menu icon
[gpl/argeo-suite.git] / org.argeo.app.ui / src / org / argeo / app / ui / SuiteIcon.java
index bef2271c7aa54aefe8ee4df29eb4bfa64a4c8754..3f1947e7f8e7a45e109b5ea767a609aa61ca5136 100644 (file)
@@ -14,5 +14,9 @@ public enum SuiteIcon implements CmsIcon {
        // admin and settings
        settings, user,
        // misc
-       task, tag, location, inbox, map;
+       task, tag, location, inbox, map,
+       // actions
+       openUserMenu,
+       //
+       ;
 }