~ubuntu-branches/ubuntu/precise/libkipi/precise-updates

« back to all changes in this revision

Viewing changes to libkipi/libkipi/uploadwidget.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2005-12-06 19:35:33 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051206193533-4m4yu4ibf2v3vrl6
Tags: 0.1.2-2ubuntu2
Build-dep on newest cdbs for po directory fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 *
10
10
 * This program is free software; you can redistribute it
11
11
 * and/or modify it under the terms of the GNU Library General
12
 
 * Public License as published bythe Free Software Foundation;
 
12
 * Public License as published by the Free Software Foundation;
13
13
 * either version 2, or (at your option)
14
14
 * any later version.
15
15
 *
162
162
{
163
163
    if ( !path().isValid() ) 
164
164
        {
165
 
        KMessageBox::error( this, i18n("Please select a directory first") );
 
165
        KMessageBox::error( this, i18n("Please select a directory first.") );
166
166
        return;
167
167
        }
168
168