~ubuntu-branches/ubuntu/maverick/gcalctool/maverick

« back to all changes in this revision

Viewing changes to data/gcalctool.ui

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-12-22 10:06:16 UTC
  • mfrom: (1.1.63 upstream)
  • Revision ID: james.westby@ubuntu.com-20091222100616-5ir8k6orw75omhdi
Tags: 5.29.4-0ubuntu1
* New upstream release:
  * Make 0^0 = 1
  * Use superscript digits for scientific notation
  * Clear display when entering a number after an equation
  * Make Ctrl+W a shortcut to quit
  * Updated translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
                        <property name="use_underline">True</property>
73
73
                        <property name="use_stock">True</property>
74
74
                        <property name="accel_group">accelgroup1</property>
 
75
                        <accelerator key="w" signal="activate" modifiers="GDK_CONTROL_MASK"/>
75
76
                        <signal name="activate" handler="quit_cb"/>
76
77
                      </object>
77
78
                    </child>
4325
4326
        <col id="1">decimal</col>
4326
4327
      </row>
4327
4328
      <row>
4328
 
        <col id="0" translatable="yes" comments="Number display mode combo: Scientific, e.g. 1.234×10^3">Scientific</col>
 
4329
        <col id="0" translatable="yes" comments="Number display mode combo: Scientific, e.g. 1.234&#xD7;10^3">Scientific</col>
4329
4330
        <col id="1">scientific</col>
4330
4331
      </row>
4331
4332
      <row>
4333
4334
        <col id="1">engineering</col>
4334
4335
      </row>
4335
4336
      <row>
4336
 
        <col id="0" translatable="yes" comments="Number display mode combo: Binary, e.g. 10011010010₂">Binary</col>
 
4337
        <col id="0" translatable="yes" comments="Number display mode combo: Binary, e.g. 10011010010&#x2082;">Binary</col>
4337
4338
        <col id="1">binary</col>
4338
4339
      </row>
4339
4340
      <row>
4340
 
        <col id="0" translatable="yes" comments="Number display mode combo: Octal, e.g. 2322₈">Octal</col>
 
4341
        <col id="0" translatable="yes" comments="Number display mode combo: Octal, e.g. 2322&#x2088;">Octal</col>
4341
4342
        <col id="1">octal</col>
4342
4343
      </row>
4343
4344
      <row>
4344
 
        <col id="0" translatable="yes" comments="Number display mode combo: Hexadecimal, e.g. 4D2₁₆">Hexadecimal</col>
 
4345
        <col id="0" translatable="yes" comments="Number display mode combo: Hexadecimal, e.g. 4D2&#x2081;&#x2086;">Hexadecimal</col>
4345
4346
        <col id="1">hexadecimal</col>
4346
4347
      </row>
4347
4348
    </data>