author | benmeyer <benmeyer> | 2002-10-21 21:03:31 (UTC) |
---|---|---|
committer | benmeyer <benmeyer> | 2002-10-21 21:03:31 (UTC) |
commit | e2f94235dae5ec84a5e888e4114ce0bdd91db7e7 (patch) (side-by-side diff) | |
tree | 62b35b1348229968e94203170defbee798bd1bd1 | |
parent | 67e264a42b742759856f09be0d8ad126097a70fd (diff) | |
download | opie-e2f94235dae5ec84a5e888e4114ce0bdd91db7e7.zip opie-e2f94235dae5ec84a5e888e4114ce0bdd91db7e7.tar.gz opie-e2f94235dae5ec84a5e888e4114ce0bdd91db7e7.tar.bz2 |
Fix segfault
-rw-r--r-- | noncore/net/networksetup/interfacesetup.ui | 4 | ||||
-rw-r--r-- | noncore/settings/networksettings/interfacesetup.ui | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/noncore/net/networksetup/interfacesetup.ui b/noncore/net/networksetup/interfacesetup.ui index c94b1be..0c834fe 100644 --- a/noncore/net/networksetup/interfacesetup.ui +++ b/noncore/net/networksetup/interfacesetup.ui @@ -12,5 +12,5 @@ <x>0</x> <y>0</y> - <width>276</width> + <width>290</width> <height>280</height> </rect> @@ -37,5 +37,5 @@ <property stdset="1"> <name>text</name> - <string>Automaticly bring up</string> + <string>Automatically bring up</string> </property> </widget> diff --git a/noncore/settings/networksettings/interfacesetup.ui b/noncore/settings/networksettings/interfacesetup.ui index c94b1be..0c834fe 100644 --- a/noncore/settings/networksettings/interfacesetup.ui +++ b/noncore/settings/networksettings/interfacesetup.ui @@ -12,5 +12,5 @@ <x>0</x> <y>0</y> - <width>276</width> + <width>290</width> <height>280</height> </rect> @@ -37,5 +37,5 @@ <property stdset="1"> <name>text</name> - <string>Automaticly bring up</string> + <string>Automatically bring up</string> </property> </widget> |