チェンジセット 91

差分発生行の前後
無視リスト:
更新日時:
2009/10/12 21:13:02 (2 年 前)
更新者:
h
ログメッセージ:

refs #6
とりあえず、1.0はこれで。

パス:
branches/release-1.0
ファイル:
2 追加
3 変更

凡例:

変更なし
追加
削除
  • branches/release-1.0/chrome.manifest

    r54 r91  
    1010override chrome://branding/content/icon48.png chrome://vocalofx/content/icons/Firemiku_icon48.png 
    1111override chrome://branding/content/icon64.png chrome://vocalofx/content/icons/Firemiku_icon64.png 
     12override chrome://vocalofx/content/splash/suichu.png chrome://vocalofx/content/splash/suichu-3.0.png appversion>=3.0 
     13override 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  
    108108        } 
    109109        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"; 
    111111                prefBrc2.setCharPref(SPLASH_PROPERTY_SCREEN, screen); 
    112112        } 
  • branches/release-1.0/defaults/preferences/vocalofx.js

    r87 r91  
    1818pref("extensions.vocalofx.skin_icons.bookmark-item", "bookmark-item-negiroller"); 
    1919pref("extensions.vocalofx.skin_icons.sidebar-treechildren", "sidebar-treechildren-negiroller"); 
    20 pref("extensions.vocalofx.skin_splash.screen", "chrome://vocalofx/content/splash/eclipse-3.4.png"); 
     20pref("extensions.vocalofx.skin_splash.screen", "chrome://vocalofx/content/splash/suichu.png"); 
    2121pref("extensions.vocalofx.skin_splash.screen_width", 455); 
    22 pref("extensions.vocalofx.skin_splash.screen_height", 295); 
     22pref("extensions.vocalofx.skin_splash.screen_height", 303); 
    2323pref("extensions.vocalofx.skin_splash.voice", "chrome://vocalofx/content/splash/miku_kidou.wav"); 
    2424pref("extensions.vocalofx.skin_use_allparet", false);