Changeset 1926


Ignore:
Timestamp:
Oct 18, 2010, 7:46:37 PM (14 years ago)
Author:
dkearney
Message:

typo in videodial, adding demo for video dial code

Location:
trunk
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/Makefile.in

    r1466 r1926  
    11
    22bindir          = @bindir@
    3 datadir         = @datadir@
    4 datarootdir     = @datarootdir@
     3datadir         = @datadir@
     4datarootdir     = @datarootdir@
    55exec_prefix     = @exec_prefix@
    66includedir      = @includedir@
     
    88mandir          = @mandir@
    99prefix          = @prefix@
    10 destdir         = $(prefix)/examples/3D
     10destdir         = $(prefix)/examples/3D
    1111
    12 SHELL           = @SHELL@
    13 INSTALL         = @INSTALL@
    14 MKDIR_P         = @MKDIR_P@
     12SHELL           = @SHELL@
     13INSTALL         = @INSTALL@
     14MKDIR_P         = @MKDIR_P@
    1515
    16 destdir         = $(prefix)/examples
     16destdir         = $(prefix)/examples
    1717
    1818FILES           = \
     
    2727                graph \
    2828                objects \
    29                 zoo 
     29                zoo
    3030
    3131
    32 .PHONY:         $(SUBDIRS)
     32.PHONY: $(SUBDIRS)
    3333
    3434all:  build
  • trunk/gui/scripts/videodial.tcl

    r1925 r1926  
    150150
    151151    blt::table $itk_interior \
    152         0,0 $itk_component(majordial) -fill x
     152        0,0 $itk_component(majordial) -fill x \
    153153        1,0 $itk_component(minordial) -fill x
    154154
Note: See TracChangeset for help on using the changeset viewer.