Skip to content

Commit 080b854

Browse files
authoredMay 17, 2017
Add files via upload
1 parent 72438e4 commit 080b854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Lite/myROOTSCOPE_lite.C

+1-1
Original file line numberDiff line numberDiff line change
@@ -1690,7 +1690,7 @@ ROOTSCOPE_lite::ROOTSCOPE_lite( const TGWindow * p, TH1* histo_input )
16901690

16911691

16921692
// routine stuffs...
1693-
SetWindowName("Simple Example"); // Set a name to the main frame
1693+
SetWindowName("ROOTSCOPE_lite"); // Set a name to the main frame
16941694
MapSubwindows(); // Map all subwindows of main frame
16951695
Resize( GetDefaultSize() ); // Initialize the layout algorithm
16961696
MapWindow(); // Map main frame

0 commit comments

Comments
 (0)
Please sign in to comment.