OSDN Git Service

プロダクト名をさきゅばすからいんきゅばすへ変更
authoryukihane <yukihane.feather@gmail.com>
Mon, 1 Aug 2011 10:04:14 +0000 (19:04 +0900)
committeryukihane <yukihane.feather@gmail.com>
Mon, 1 Aug 2011 10:16:23 +0000 (19:16 +0900)
frontend/src/saccubus/MainFrame.java

index e59c24e..65ec3df 100644 (file)
@@ -58,26 +58,27 @@ import yukihane.nicovideo.NicoDBFinder;
  * <p>
  * タイトル: さきゅばす
  * </p>
- * 
+ *
  * <p>
  * 説明: ニコニコ動画の動画をコメントつきで保存
  * </p>
- * 
+ *
  * <p>
  * 著作権: Copyright (c) 2007 PSI
  * </p>
- * 
+ *
  * <p>
  * 会社名:
  * </p>
- * 
+ *
  * @author 未入力
  * @version 1.0
  */
 public class MainFrame extends JFrame {
 
     private static final long serialVersionUID = 2564486741331062989L;
-    public static final String VERSION = "1.22r NicoBrowser拡張 1.4.4";
+    public static final String PRODUCT_NAME = "いんきゅばす";
+    public static final String VERSION = "1.4.4";
     public static final Image WinIcon = Toolkit.getDefaultToolkit().createImage(saccubus.MainFrame.class.getResource(
             "icon32.png"));
     // TODO GUIが無いためフィールドに保持.
@@ -371,7 +372,7 @@ public class MainFrame extends JFrame {
         contentPane = (JPanel) this.getContentPane();
         contentPane.setLayout(borderLayout1);
         setSize(new Dimension(400, 450));
-        setTitle("さきゅばす " + VERSION);
+        setTitle(PRODUCT_NAME + " " + VERSION);
         this.addWindowListener(new MainFrame_this_windowAdapter(this));
         statusBar.setText(" ");
         jMenuFile.setText("ファイル");