チェンジセット 91
- 更新日時:
- 2009/10/12 21:13:02 (2 年 前)
- パス:
- branches/release-1.0
- ファイル:
-
- 2 追加
- 3 変更
凡例:
- 変更なし
- 追加
- 削除
-
branches/release-1.0/chrome.manifest
r54 r91 10 10 override chrome://branding/content/icon48.png chrome://vocalofx/content/icons/Firemiku_icon48.png 11 11 override chrome://branding/content/icon64.png chrome://vocalofx/content/icons/Firemiku_icon64.png 12 override chrome://vocalofx/content/splash/suichu.png chrome://vocalofx/content/splash/suichu-3.0.png appversion>=3.0 13 override chrome://vocalofx/content/splash/suichu.png chrome://vocalofx/content/splash/suichu-3.5.png appversion>=3.5 -
branches/release-1.0/chrome/content/config.js
r86 r91 108 108 } 109 109 else if(target.id == SPLASH_SCREEN){ 110 var screen = target.checked ? "" : "chrome://vocalofx/content/splash/ eclipse-3.4.png";110 var screen = target.checked ? "" : "chrome://vocalofx/content/splash/suichu.png"; 111 111 prefBrc2.setCharPref(SPLASH_PROPERTY_SCREEN, screen); 112 112 } -
branches/release-1.0/defaults/preferences/vocalofx.js
r87 r91 18 18 pref("extensions.vocalofx.skin_icons.bookmark-item", "bookmark-item-negiroller"); 19 19 pref("extensions.vocalofx.skin_icons.sidebar-treechildren", "sidebar-treechildren-negiroller"); 20 pref("extensions.vocalofx.skin_splash.screen", "chrome://vocalofx/content/splash/ eclipse-3.4.png");20 pref("extensions.vocalofx.skin_splash.screen", "chrome://vocalofx/content/splash/suichu.png"); 21 21 pref("extensions.vocalofx.skin_splash.screen_width", 455); 22 pref("extensions.vocalofx.skin_splash.screen_height", 295);22 pref("extensions.vocalofx.skin_splash.screen_height", 303); 23 23 pref("extensions.vocalofx.skin_splash.voice", "chrome://vocalofx/content/splash/miku_kidou.wav"); 24 24 pref("extensions.vocalofx.skin_use_allparet", false);
