Index: /oup/current/Main.pas
===================================================================
--- /oup/current/Main.pas	(revision 138)
+++ /oup/current/Main.pas	(revision 139)
@@ -551,6 +551,6 @@
 procedure TForm_Main.menu_createdbClick(Sender: TObject);
 begin
-  ShowMessage('Not yet usable');
-{
+//  ShowMessage('Not yet usable');
+
   opend.Filter     := 'Oni-Dat-Files|*.dat';
   saved.Filter     := 'OUP-Level-DB (*.oldb)|*.oldb';
@@ -559,5 +559,4 @@
     if saved.Execute then
       Form_LevelDB.CreateDatabase(opend.FileName, saved.FileName);
-}
 end;
 
@@ -573,5 +572,4 @@
     if saved.Execute then
       Form_LevelDB.CreateLevel(opend.FileName, saved.FileName);
-
 end;
 
