File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ namespace _3dedit
2020 /// Summary description for Form1.
2121 /// </summary>
2222 public class Form1 : System . Windows . Forms . Form {
23+ public string VERSION = "v0.8.1" ;
24+
2325 private System . Windows . Forms . Splitter splitter1 ;
2426 private System . Windows . Forms . Panel panel1 ;
2527 private System . Windows . Forms . Panel panel2 ;
@@ -2827,7 +2829,7 @@ int[] GetFastMacroRef(double[] mvec,int []morient) {
28272829
28282830
28292831 private void aboutToolStripMenuItem_Click ( object sender , EventArgs e ) {
2830- MessageBox . Show ( "Original:\r \n MC7D v1.31\r \n (c)2010, Andrey Astrelin\r \n \r \n MC7D-KB v0.8 \r \n (c)2025, Jessica Chen" ) ;
2832+ MessageBox . Show ( $ "Original:\r \n MC7D v1.31\r \n (c)2010, Andrey Astrelin\r \n \r \n MC7D-KB { VERSION } \r \n (c)2025, Jessica Chen") ;
28312833 }
28322834
28332835 private void startExtraTurnsToolStripMenuItem_Click ( object sender , EventArgs e ) {
You can’t perform that action at this time.
0 commit comments