Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
use a slightly larger logoin the splash screen
Browse files Browse the repository at this point in the history
  • Loading branch information
RoganDawes committed Mar 31, 2006
1 parent 29f9c34 commit 62b9a4d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/owasp/webscarab/ui/swing/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ private Main() {
public static void main(String[] args) {
System.setProperty("sun.awt.exception.handler", ExceptionHandler.class.getName());

final SplashScreen splash = new SplashScreen("/org/owasp/webscarab/webscarab.jpg");
final SplashScreen splash = new SplashScreen("/org/owasp/webscarab/webscarab_logo.gif");
splash.open(10000);
initLogging();

Expand Down
Binary file removed src/org/owasp/webscarab/webscarab.jpg
Binary file not shown.
Binary file added src/org/owasp/webscarab/webscarab_logo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified webscarab_logo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 62b9a4d

Please sign in to comment.