Skip to content

Commit

Permalink
Make sure that windows in xulapp have icon
Browse files Browse the repository at this point in the history
  • Loading branch information
prefiks committed May 13, 2011
1 parent a462673 commit 24cfbfb
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 2 deletions.
Binary file added chrome/icons/default/default16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added chrome/icons/default/default32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added chrome/icons/default/default48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed chrome/icons/default/main.png
Binary file not shown.
Binary file removed chrome/icons/default/updater.png
Binary file not shown.
2 changes: 1 addition & 1 deletion chrome/oneteam/content/preferences.xul
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<?xul-overlay href="chrome://oneteam/content/overlays/macMenuOverlay.xul"?>

<prefwindow id="preferences"
<prefwindow id="oneteam"
windowtype="ot:preferences"
title="_('Preferences')"
onload="onLoad()"
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tools/perl5lib/OneTeam/Builder/Filter/Saver/Dmg.pm
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ sub _prepare_files {
$plist =~ s/\@\@buildid\@\@/$self->{buildid}->()/eig;
print_to_file(catfile($content, 'Info.plist'), $plist);

copy(catfile(qw(chrome icons default oneteam.icns)),
copy(catfile(qw(oneteam.icns)),
catfile($tmppfxdir, 'oneteam.icns'));

dircopy($self->{xulrunner_path},
Expand Down

0 comments on commit 24cfbfb

Please sign in to comment.