diff options
author | Thomas Groman <tgroman@nuegia.net> | 2020-05-07 22:19:22 -0700 |
---|---|---|
committer | Thomas Groman <tgroman@nuegia.net> | 2020-05-07 22:19:22 -0700 |
commit | a30acab28ddcf1b0c634e02f3e5f0bc607c2c901 (patch) | |
tree | f12748eb52c0cc8f860a37b7f9a9030599db64cf /webbrowser/app/splash.rc | |
parent | 5563c20d888589f72af43db315883eda68bfabec (diff) | |
download | webbrowser-a30acab28ddcf1b0c634e02f3e5f0bc607c2c901.tar webbrowser-a30acab28ddcf1b0c634e02f3e5f0bc607c2c901.tar.gz webbrowser-a30acab28ddcf1b0c634e02f3e5f0bc607c2c901.tar.lz webbrowser-a30acab28ddcf1b0c634e02f3e5f0bc607c2c901.tar.xz webbrowser-a30acab28ddcf1b0c634e02f3e5f0bc607c2c901.zip |
removed more windows/mac stuff
Diffstat (limited to 'webbrowser/app/splash.rc')
-rw-r--r-- | webbrowser/app/splash.rc | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/webbrowser/app/splash.rc b/webbrowser/app/splash.rc deleted file mode 100644 index 539c342..0000000 --- a/webbrowser/app/splash.rc +++ /dev/null @@ -1,21 +0,0 @@ -/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ - -#include <windows.h> -#include "nsNativeAppSupportWin.h" - -1 24 "palemoon.exe.manifest" - -IDI_APPICON ICON FIREFOX_ICO -IDI_DOCUMENT ICON DOCUMENT_ICO -IDI_APPLICATION ICON FIREFOX_ICO -IDI_NEWWINDOW ICON NEWWINDOW_ICO -IDI_NEWTAB ICON NEWTAB_ICO -IDI_PBMODE ICON PBMODE_ICO - -STRINGTABLE DISCARDABLE -BEGIN - IDS_STARTMENU_APPNAME, "@MOZ_APP_DISPLAYNAME@" -END |