diff options
author | Bastien Nocera <hadess@src.gnome.org> | 2002-07-08 09:14:57 +0000 |
---|---|---|
committer | Bastien Nocera <hadess@src.gnome.org> | 2002-07-08 09:14:57 +0000 |
commit | 0ec70ff276f7b8c4e3c1810f7a138478ff78f439 (patch) | |
tree | dd840bdaa0bb6410cf69c37e90b4c74094220226 | |
parent | 0772be502f0fc655f6ddc6fd5d0052387f02e5d8 (diff) |
- Ported the wireless applet to GNOME2, changed the icon to a nifty icon from Jimmac <jimmac@ximian.com>
-rw-r--r-- | Makefile.am | 3 | ||||
-rw-r--r-- | configure.in | 1 | ||||
-rw-r--r-- | po/ChangeLog | 4 | ||||
-rw-r--r-- | po/POTFILES.in | 4 |
4 files changed, 11 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 2980ce543..aa7c32136 100644 --- a/Makefile.am +++ b/Makefile.am @@ -43,7 +43,8 @@ always_built_SUBDIRS = \ charpick \ geyes \ mini-commander \ - gkb-new + gkb-new \ + wireless SUBDIRS = \ po \ diff --git a/configure.in b/configure.in index eb156e421..f0c58fda2 100644 --- a/configure.in +++ b/configure.in @@ -334,6 +334,7 @@ battstat/sounds/Makefile battstat/docs/Makefile battstat/docs/C/Makefile man/Makefile +wireless/Makefile omf-install/Makefile ]) diff --git a/po/ChangeLog b/po/ChangeLog index f6c5f07a3..d82277822 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2002-07-08 Bastien Nocera <hadess@hadess.net> + + * POTFILES.in: added files for the wireless applet + 2002-06-30 Leandro Noferini <lnoferin@cybervalley.org> * it.po: Updated italian translation diff --git a/po/POTFILES.in b/po/POTFILES.in index d4af48e78..03bc93f4f 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -84,3 +84,7 @@ panel-menu/panel-menu-properties.c panel-menu/panel-menu-windows.c panel-menu/panel-menu-workspaces.c panel-menu/panel-menu.c +wireless/wireless-applet.c +wireless/wireless-applet.glade +wireless/GNOME_Panel_WirelessApplet.server.in +wireless/GNOME_WirelessApplet.xml |