~ubuntu-branches/ubuntu/vivid/wings3d/vivid

« back to all changes in this revision

Viewing changes to plugins_src/commands/wpc_shift_pt.lang

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-05-02 12:17:43 UTC
  • mfrom: (1.1.10 upstream) (2.2.2 experimental)
  • Revision ID: james.westby@ubuntu.com-20090502121743-799d10lqyyqflcx0
Tags: 1.0~rc1-1
* New upstream release candidate.
* Fixed debian/watch control file to understand release candidiates.
* Added suggested dependencies on erlang-dialyzer and erlang-tools packages
  which can be used in Erlang shell of running Wings3D application.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
%% -*- mode:erlang; erlang-indent-level: 2 -*-
2
 
{wpc_shift,
3
 
 [
4
 
  {adv_submenu,
5
 
   [
6
 
    {1,"Distribuir (plano)"},
7
 
    {2,"Distribuir (esfera)"},
8
 
    {3,"Distribuir (cilindro)"}
9
 
   ]},
10
 
  {menu,
11
 
   [
12
 
    {1,"Distribuir"}
13
 
   ]},
14
 
  {submenu_items,
15
 
   [
16
 
    {1,"Escolha o eixo"},
17
 
    {2,"Escolha o ponto"},
18
 
    {3,"Escolha o centro"},
19
 
    {4,"Escolha o eixo"},
20
 
    {5,"Escolha o ponto"}
21
 
   ]}
22
 
 ]}.
 
1
%% -*- mode:erlang; erlang-indent-level: 2 -*-
 
2
{wpc_shift,
 
3
 [
 
4
  {adv_submenu,
 
5
   [
 
6
    {1,"Distribuir (plano)"},
 
7
    {2,"Distribuir (esfera)"},
 
8
    {3,"Distribuir (cilindro)"}
 
9
   ]},
 
10
  {menu,
 
11
   [
 
12
    {1,"Distribuir"}
 
13
   ]},
 
14
  {submenu_items,
 
15
   [
 
16
    {1,"Escolha o eixo"},
 
17
    {2,"Escolha o ponto"},
 
18
    {3,"Escolha o centro"},
 
19
    {4,"Escolha o eixo"},
 
20
    {5,"Escolha o ponto"}
 
21
   ]}
 
22
 ]}.