author | kergoth <kergoth> | 2003-04-15 15:40:51 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-04-15 15:40:51 (UTC) |
commit | f145f985e6635dbee2df3c04a9f2220e36f5512f (patch) (side-by-side diff) | |
tree | d307b3324716fc103677e0fe95df80d862c2abca /noncore | |
parent | d1b5bf7eeb365282356db49f49331c82f234086c (diff) | |
download | opie-f145f985e6635dbee2df3c04a9f2220e36f5512f.zip opie-f145f985e6635dbee2df3c04a9f2220e36f5512f.tar.gz opie-f145f985e6635dbee2df3c04a9f2220e36f5512f.tar.bz2 |
Correct the unintentional global header in the wlan ui.
-rw-r--r-- | noncore/settings/networksettings/wlan/wlan.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/settings/networksettings/wlan/wlan.ui b/noncore/settings/networksettings/wlan/wlan.ui index 2e2d4d7..7932445 100644 --- a/noncore/settings/networksettings/wlan/wlan.ui +++ b/noncore/settings/networksettings/wlan/wlan.ui @@ -644,7 +644,7 @@ <customwidgets> <customwidget> <class>KeyEdit</class> - <header location="global">/usr/src/opie/noncore/net/networksettings/wlan/keyedit.h</header> + <header location="local">keyedit.h</header> <sizehint> <width>-1</width> <height>-1</height> |