Skip to content

Commit 9a30da9

Browse files
committed
replace graphics with name using spaces in standard font
Signed-off-by: Tony Germano <tony@germano.name>
1 parent 1c2fe78 commit 9a30da9

9 files changed

Lines changed: 3 additions & 228 deletions

File tree

client/src/com/mirth/connect/client/ui/BrandingConstants.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ public class BrandingConstants {
3636

3737
// Icons
3838
// Favicon must be at 32px x 32px scale
39-
public static final ImageIcon FAVICON = new ImageIcon(com.mirth.connect.client.ui.Frame.class.getResource("images/branding/rendered/oie_logo_favicon.png"));
39+
public static final ImageIcon FAVICON = new ImageIcon(com.mirth.connect.client.ui.Frame.class.getResource("images/branding/oie_logo_only_white_background_32x32.png"));
4040
// These images must be at 215px x 30px scale
41-
public static final ImageIcon LOGO = new ImageIcon(com.mirth.connect.client.ui.Frame.class.getResource("images/branding/rendered/oie_logo_color.png"));
42-
public static final ImageIcon LOGO_GRAY = new ImageIcon(com.mirth.connect.client.ui.Frame.class.getResource("images/branding/rendered/oie_logo_white.png"));
41+
public static final ImageIcon LOGO = new ImageIcon(com.mirth.connect.client.ui.Frame.class.getResource("images/branding/oie_logo_banner_text_215x30.png"));
42+
public static final ImageIcon LOGO_GRAY = new ImageIcon(com.mirth.connect.client.ui.Frame.class.getResource("images/branding/oie_white_logo_banner_text_215x30.png"));
4343
}
5.16 KB
Loading
1.98 KB
Loading
3.46 KB
Loading

client/src/com/mirth/connect/client/ui/images/branding/original/oie_logo_color.svg

Lines changed: 0 additions & 111 deletions
This file was deleted.

client/src/com/mirth/connect/client/ui/images/branding/original/oie_logo_white.svg

Lines changed: 0 additions & 114 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)