~ubuntu-branches/ubuntu/raring/hplip/raring

« back to all changes in this revision

Viewing changes to ui/scrollprint.py

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2012-10-06 15:03:44 UTC
  • mfrom: (1.6.1) (20.1.16 quantal)
  • Revision ID: package-import@ubuntu.com-20121006150344-2p3xz26br0t3hu2q
Tags: 3.12.10-1
* New upstream release
  - Fixes "Network scanning fails (Closes: #683033)
* quilt refresh hplip-syslog-fix-debug-messages-to-error.dpatch
* Fix "error in clean build env" updated debian/rules (Closes: #687129)

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
            "application/vnd.hp-HPGL" : (self.__tr("HP Graphics Language File"), '.hgl, .hpg, .plt, .prn'),
80
80
            "application/x-cshell" : (self.__tr("C Shell Script"), '.csh, .sh'),
81
81
            "application/x-csource" : (self.__tr("C Source Code"), '.c'),
82
 
            "text/cpp": (self.__tr("C++ Source Code"), '.cpp, .cxx'),
 
82
            "text/cpp": (self.__tr("C/C++ Source Code"), '.c, .cpp, .cxx'),
83
83
            "application/x-perl" : (self.__tr("Perl Script"), '.pl'),
84
84
            "application/x-python" : (self.__tr("Python Program"), '.py'),
85
85
            "application/x-shell" : (self.__tr("Shell Script"), '.sh'),