~valavanisalex/ubuntu/oneiric/inkscape/inkscape_0.48.1-2ubuntu4

« back to all changes in this revision

Viewing changes to src/ui/dialog/export.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-07-06 22:03:02 UTC
  • mto: (2.4.1 sid) (1.4.1 upstream) (45.1.3 maverick)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20060706220302-itgso3qgxdaxjmcy
Tags: upstream-0.44
ImportĀ upstreamĀ versionĀ 0.44

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
Export::Export() 
24
24
    : Dialog ("dialogs.export", SP_VERB_FILE_EXPORT),
25
 
      _page_export("Export", 1, 1)
 
25
      _page_export(1, 1)
26
26
{
27
27
    // Top level vbox
28
28
    Gtk::VBox *vbox = get_vbox();
50
50
  Local Variables:
51
51
  mode:c++
52
52
  c-file-style:"stroustrup"
53
 
  c-file-offsets:((innamespace . 0)(inline-open . 0))
 
53
  c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
54
54
  indent-tabs-mode:nil
55
55
  fill-column:99
56
56
  End:
57
57
*/
58
 
// vim: filetype=c++:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 :
 
58
// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :