Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2013
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. diff --git a/mythtv/libs/libmythtv/recordingprofile.cpp b/mythtv/libs/libmythtv/recordingprofile.cpp
  2. index baa73ab..e8060a4 100644
  3. --- a/mythtv/libs/libmythtv/recordingprofile.cpp
  4. +++ b/mythtv/libs/libmythtv/recordingprofile.cpp
  5. @@ -1055,7 +1055,7 @@ class ImageSize : public VerticalConfigurationGroup
  6. bool transcoding = false) :
  7. SpinBoxSetting(this, transcoding ? 0 : 160,
  8. maxwidth, 16, false,
  9. - transcoding ? QObject::tr("Auto") : ""),
  10. + transcoding ? QObject::tr("Auto") : QString()),
  11. CodecParamStorage(this, parent, "width")
  12. {
  13. setLabel(QObject::tr("Width"));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement