Converted to the new wiki table format.

Both a test case and fix the old broken formatting.
This commit is contained in:
Mark de Wever 2010-05-02 13:18:48 +00:00
parent 6fbdabf0e6
commit 1d4d2ae517

View file

@ -31,14 +31,17 @@ namespace gui2 {
*
* This shows the dialog for managing addons and connecting to the addon server.
*
* @start_table = grid
* [] (button) (2) This button closes the dialog and
* starts the addon manager.
* [] (button) (3) This button closes the dialog and
* starts the update routine.
* host_name (text_box) This text contains the name of the
* server to connect to.
* @end_table
* @begin{table}[dialog_widgets]
* hostname & & text_box & m &
* This text contains the name of the server to connect to. $
*
* & 2 & button & o &
* This button closes the dialog and starts the addon manager. $
*
* & 3 & button & o &
* This button closes the dialog and starts the update routine. $
*
* @end{table}
*/
REGISTER_WINDOW(addon_connect)