diff --git a/Makefile b/Makefile index 72452306..cef3fa6b 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,7 @@ JAR_FILES = ${shell find chrome/content -type f \ -o -path '*.css' \ -o -path '*.xul' \ -o -path '*.rdf' \ + -o -path '*.png' \ \) } chrome.manifest JAR_DIRS = $(foreach f,${JAR_FILES},$(dir $f)) JAR = chrome/vimperator.jar diff --git a/chrome/content/vimperator/help.js b/chrome/content/vimperator/help.js index c43e0ac9..3f5a5767 100644 --- a/chrome/content/vimperator/help.js +++ b/chrome/content/vimperator/help.js @@ -137,7 +137,7 @@ vimperator.help = function(section, easter) //{{{ return ret; } - var header = '

Vimperator

' + + var header = '

Vimperator

' + '

First there was a Navigator, then there was an Explorer.\n' + 'Later it was time for a Konqueror. Now it\'s time for an Imperator, the VIMperator :)

'; diff --git a/chrome/content/vimperator/logo_white.png b/chrome/content/vimperator/logo_white.png new file mode 100644 index 00000000..0783f7e4 Binary files /dev/null and b/chrome/content/vimperator/logo_white.png differ