Jelajahi Sumber

bbdoc link fixes (#41)

Carl Husberg 5 tahun lalu
induk
melakukan
e8a613d344
2 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 1 1
      drivers.mod/drivers.bmx
  2. 1 1
      maxgui.mod/maxgui.bmx

+ 1 - 1
drivers.mod/drivers.bmx

@@ -9,7 +9,7 @@ Your MaxGUI applications should import this module if they want BlitzMax to sele
 [ @Platform | @{Default Driver}
 * Windows 2000/XP/Vista | #MaxGUI.Win32MaxGUIEx
 * Windows 9X | #MaxGUI.Win32MaxGUIEx (requires unicows.dll or MSLU to run)
-* Linux | #Gtk.Gtk3MaxGUI
+* Linux | #MaxGUI.Gtk3MaxGUI
 * Mac OS X | #MaxGUI.CocoaMaxGUI
 ]
 End Rem

+ 1 - 1
maxgui.mod/maxgui.bmx

@@ -1561,7 +1561,7 @@ End Function
 Rem
 bbdoc: Set the tab stops of a TextArea gadget measured in pixels.
 about:
-See Also: #CreateTextArea #SetIndents
+See Also: #CreateTextArea
 EndRem
 Function SetTextAreaTabs( textarea:TGadget,tabwidth )
 	textarea.SetTabs tabwidth