~ubuntu-branches/ubuntu/saucy/wpasupplicant/saucy

« back to all changes in this revision

Viewing changes to wpa_supplicant/wpa_gui-qt4/wpagui.ui

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2010-11-22 09:43:43 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20101122094343-qgsxaojvmswfri77
Tags: 0.7.3-0ubuntu1
* Get wpasupplicant 0.7.3 from Debian's SVN. Leaving 0.7.3-1 as unreleased
  for now.
* Build-Depend on debhelper 8, since the packaging from Debian uses compat 8.

Show diffs side-by-side

added added

removed removed

Lines of Context:
392
392
    <addaction name="fileEventHistoryAction" />
393
393
    <addaction name="fileSaveConfigAction" />
394
394
    <addaction name="actionWPS" />
 
395
    <addaction name="actionPeers" />
395
396
    <addaction name="separator" />
396
397
    <addaction name="fileExitAction" />
397
398
   </widget>
500
501
    <string>&amp;Wi-Fi Protected Setup</string>
501
502
   </property>
502
503
  </action>
 
504
  <action name="actionPeers" >
 
505
   <property name="text" >
 
506
    <string>&amp;Peers</string>
 
507
   </property>
 
508
  </action>
503
509
 </widget>
504
510
 <layoutdefault spacing="6" margin="11" />
505
511
 <pixmapfunction></pixmapfunction>
509
515
  <include location="local" >wpamsg.h</include>
510
516
  <include location="local" >eventhistory.h</include>
511
517
  <include location="local" >scanresults.h</include>
 
518
  <include location="local" >peers.h</include>
512
519
 </includes>
513
520
 <resources>
514
521
  <include location="icons.qrc" />