Introduce Argeo 2 theme
[gpl/argeo-suite.git] / org.argeo.suite.workbench.rap / src / org / argeo / suite / workbench / rap / AsSecureEntryPoint.java
index e24663a2f0e85ba2dfe696bf127344165d736bf5..37dc8036c84c83d9c3f6f8ba300cb2ff49fc0660 100644 (file)
@@ -39,7 +39,7 @@ public class AsSecureEntryPoint extends RapWorkbenchLogin {
                // Images are declared via the resources extension point in plugin.xml
                String headerStr = "<a href=\"http://argeo.org\" "
                                + "title=\"Smart Data Productivity Suite by Argeo\" target=\"_blank\"> "
-                               + "<img src=\"/ui/suite/img/logo-argeo.png\" width=\"200\" height=\"200\"></img> " + "</a>";
+                               + "<img src=\"/ui/office/img/logo-argeo.png\" width=\"200\" height=\"200\"></img> " + "</a>";
                headerLbl.setText(headerStr);
                GridData gd = new GridData(SWT.LEFT, SWT.CENTER, true, false);
                headerLbl.setLayoutData(gd);