Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/tools/activeqt/testcon/changeproperties.cpp

    r651 r846  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation ([email protected])
     
    112112            } else {
    113113                QMessageBox::warning(this, tr("Can't parse input"),
    114                                             QString(tr("Failed to create a color from %1\n"
     114                                           tr("Failed to create a color from %1\n"
    115115                                                        "The string has to be a valid color name (e.g. 'red')\n"
    116116                                                        "or a RGB triple of format '#rrggbb'."
    117                                                         ).arg(editValue->text())));
     117                                                        ).arg(editValue->text()));
    118118            }
    119119        }
     
    126126            } else {
    127127                QMessageBox::warning(this, tr("Can't parse input"),
    128                                             (tr("Failed to create a font from %1\n"
     128                                           tr("Failed to create a font from %1\n"
    129129                                                "The string has to have a format family,<point size> or\n"
    130130                                                "family,pointsize,stylehint,weight,italic,underline,strikeout,fixedpitch,rawmode."
    131                                                         ).arg(editValue->text())));
     131                                                        ).arg(editValue->text()));
    132132            }
    133133        }
Note: See TracChangeset for help on using the changeset viewer.