Przeglądaj źródła

bbdoc link fixes (#41)

Carl Husberg 5 lat temu
rodzic
commit
e8a613d344
2 zmienionych plików z 2 dodań i 2 usunięć
  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}
 [ @Platform | @{Default Driver}
 * Windows 2000/XP/Vista | #MaxGUI.Win32MaxGUIEx
 * Windows 2000/XP/Vista | #MaxGUI.Win32MaxGUIEx
 * Windows 9X | #MaxGUI.Win32MaxGUIEx (requires unicows.dll or MSLU to run)
 * Windows 9X | #MaxGUI.Win32MaxGUIEx (requires unicows.dll or MSLU to run)
-* Linux | #Gtk.Gtk3MaxGUI
+* Linux | #MaxGUI.Gtk3MaxGUI
 * Mac OS X | #MaxGUI.CocoaMaxGUI
 * Mac OS X | #MaxGUI.CocoaMaxGUI
 ]
 ]
 End Rem
 End Rem

+ 1 - 1
maxgui.mod/maxgui.bmx

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