~ubuntu-branches/ubuntu/wily/kipi-plugins/wily

« back to all changes in this revision

Viewing changes to picasawebexport/picasawebwindow.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-12-13 12:14:45 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20101213121445-ukbi37gdnr50yzzi
Tags: 1.6.0-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
 
94
94
    setMainWidget(m_widget);
95
95
    setWindowIcon(KIcon("picasa"));
96
 
    setButtons(Help|User1|Cancel);
97
 
    setDefaultButton(Cancel);
 
96
    setButtons(Help|User1|Close);
 
97
    setDefaultButton(Close);
98
98
    setModal(false);
99
99
 
100
100
    if (import)
214
214
{
215
215
    switch (button)
216
216
    {
217
 
        case Cancel:
 
217
        case Close:
218
218
            if (m_widget->progressBar()->isHidden())
219
219
            {
220
220
                writeSettings();