OSDN Git Service

#xxxxx DTXCreatorからのDTXMania本体を呼び出すViewerの設定でも、WASAPI共有を選択できるようにした。
[dtxmania/dtxmania.git] / DTXCreator / コード / 00.全体 / Cバージョン情報.cs
index 414f296..a18b068 100644 (file)
@@ -33,7 +33,7 @@ namespace DTXCreator
                        Font font = new System.Drawing.Font( "Arial", 8f, FontStyle.Bold );
                        Brush brush = new SolidBrush( Color.FromArgb( 0xff, 179, 194, 251 ) );
                        Rectangle layoutRectangle = new Rectangle( 8, 54, 400, 40 );
-                       e.Graphics.DrawString( "Copyright (c) 2000-2016 FROM/K.YAMASAKI All rights reserved.\nMIDI Import feature powered by _t3__", font, brush, layoutRectangle );
+                       e.Graphics.DrawString( "Copyright (c) 2000-2017 FROM/K.YAMASAKI All rights reserved.\nMIDI Import feature powered by _t3__", font, brush, layoutRectangle );
                        brush.Dispose();
                        font.Dispose();