Changeset 15 for trunk/sloops

Show
Ignore:
Timestamp:
30/07/07 19:53:47 (3 years ago)
Author:
nholmes
Message:

Updated window name from "game-x" to "Sloops of War"

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/sloops/main/src/EntryPoint.cpp

    r13 r15  
    3737    try 
    3838    { 
    39         MainFrame = new Frame("game-x", false, 800, 600); 
     39        MainFrame = new Frame("Sloops of War", false, 800, 600); 
    4040        MainFrame->Create(); 
    4141        MainFrame->Loop();