DnsClient: Fix mageia web site hostname.
[EXAMPLES] * BUG: DnsClient: Fix mageia web site hostname.
This commit is contained in:
parent
cd23bae03f
commit
4b9c42bd2b
3 changed files with 5 additions and 7 deletions
|
@ -1,15 +1,14 @@
|
||||||
# Gambas Project File 3.0
|
# Gambas Project File 3.0
|
||||||
# Compiled with Gambas 3.5.90
|
|
||||||
Title=Embedder
|
Title=Embedder
|
||||||
Startup=FMain
|
Startup=FMain
|
||||||
Icon=embedder.png
|
Icon=embedder.png
|
||||||
Version=3.6.2
|
Version=3.13.90
|
||||||
VersionFile=1
|
VersionFile=1
|
||||||
Component=gb.image
|
Component=gb.image
|
||||||
Component=gb.gui
|
Component=gb.gui
|
||||||
Component=gb.form
|
Component=gb.form
|
||||||
Component=gb.desktop
|
Component=gb.desktop
|
||||||
Environment="GB_GUI=gb.gtk"
|
Environment="GB_GUI=gb.gtk3"
|
||||||
TabSize=2
|
TabSize=2
|
||||||
Translate=1
|
Translate=1
|
||||||
Language=fr
|
Language=fr
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
# Gambas Project File 3.0
|
# Gambas Project File 3.0
|
||||||
# Compiled with Gambas 3.6.0
|
|
||||||
Title=Wizard example
|
Title=Wizard example
|
||||||
Startup=FMain
|
Startup=FMain
|
||||||
Icon=wizard.png
|
Icon=wizard.png
|
||||||
Version=3.6.2
|
Version=3.13.90
|
||||||
VersionFile=1
|
VersionFile=1
|
||||||
Component=gb.image
|
Component=gb.image
|
||||||
Component=gb.gui
|
Component=gb.gui
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
Foreground = &HFFFF00&
|
Foreground = &HFFFF00&
|
||||||
}
|
}
|
||||||
{ Timer1 #Timer
|
{ Timer1 #Timer
|
||||||
#MoveScaled(25.5714,37.5714)
|
#MoveScaled(25.625,37.625)
|
||||||
}
|
}
|
||||||
{ Label5 Label
|
{ Label5 Label
|
||||||
MoveScaled(18,45,27,4)
|
MoveScaled(18,45,27,4)
|
||||||
|
@ -69,7 +69,7 @@
|
||||||
}
|
}
|
||||||
{ TextBox7 TextBox
|
{ TextBox7 TextBox
|
||||||
MoveScaled(1,35,28,4)
|
MoveScaled(1,35,28,4)
|
||||||
Text = ("www.mageia.com")
|
Text = ("www.mageia.org")
|
||||||
}
|
}
|
||||||
{ Label6 Label
|
{ Label6 Label
|
||||||
MoveScaled(30,23,32,4)
|
MoveScaled(30,23,32,4)
|
||||||
|
|
Loading…
Reference in a new issue