OSDN Git Service

Channel tab shown at top by default
authornaru <bottle@mikage.to>
Fri, 7 Mar 2003 06:49:36 +0000 (06:49 +0000)
committernaru <bottle@mikage.to>
Fri, 7 Mar 2003 06:49:36 +0000 (06:49 +0000)
bottleclient/BottleDef.pas

index 9291d94..43417c8 100755 (executable)
@@ -286,7 +286,7 @@ begin
     NoSendGhostList := FIni.ReadBool('System', 'NoSendGhostList', false);
     ConfirmOnExit := FIni.ReadBool('System', 'ConfirmOnExit', false);
     AutoStart := FIni.ReadBool('System', 'AutoStart', false);
-    TabPosition := TTabPosition(FIni.ReadInteger('System', 'TabPosition', 1));
+    TabPosition := TTabPosition(FIni.ReadInteger('System', 'TabPosition', 0));
     GhostDropDownCount := FIni.ReadInteger('System', 'GhostDropDownCount', 30);
 
     NoTranslate := FIni.ReadBool('System', 'NoTranslate', true);