[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    extragear/multimedia/kmplayer
From:       Christoph Feck <christoph () maxiom ! de>
Date:       2011-10-29 11:49:24
Message-ID: 20111029114925.042B8AC88A () svn ! kde ! org
[Download RAW message or body]

SVN commit 1261336 by cfeck:

Fix typos

Spotted by Marc Purcell, thanks!
BUG: 285228


 M  +1 -1      ChangeLog  
 M  +3 -3      src/kmplayerconfig.cpp  
 M  +1 -1      src/kmplayercontrolpanel.cpp  
 M  +1 -1      src/kmplayercontrolpanel.h  
 M  +1 -1      src/kmplayerview.cpp  


--- trunk/extragear/multimedia/kmplayer/ChangeLog #1261335:1261336
@@ -527,7 +527,7 @@
 Changes since version 0.8.3-rc2
 - All QtoolTips to QWhatsThis and help from Xine for whatsthis by xine options
 - Store xine settings in ~/.kde/share/apps/kmplayer/xine_config and not in
-  ~/.xine/config2. Save the first time if file does not exist (Automaticly
+  ~/.xine/config2. Save the first time if file does not exist (Automatically
   sets the misc.memcpy_method).
 - Added a debian build directory, builds a kmplayer-lib, kmplayer-plugin and a
   kmplayer-app package. Eg. install only kmplayer-lib and kmplayer-plugin if 
--- trunk/extragear/multimedia/kmplayer/src/kmplayerconfig.cpp #1261335:1261336
@@ -153,7 +153,7 @@
 static const char * strSaturation = "Saturation";
 static const char * strURLList = "URL List";
 static const char * strSubURLList = "URL Sub Title List";
-static const char * strPrefBitRate = "Prefered Bitrate";
+static const char * strPrefBitRate = "Preferred Bitrate";
 static const char * strMaxBitRate = "Maximum Bitrate";
 //static const char * strUseArts = "Use aRts";
 static const char * strVoDriver = "Video Driver";
@@ -178,7 +178,7 @@
 // postproc thingies
 static const char * strPPGroup = "Post processing options";
 static const char * strPostProcessing = "Post processing";
-static const char * strDisablePPauto = "Automaticly disable post processing";
+static const char * strDisablePPauto = "Automatically disable post processing";
 static const char * strPP_Default = "Default preset";
 static const char * strPP_Fast = "Fast preset";
 static const char * strPP_Custom = "Custom preset";
@@ -212,7 +212,7 @@
 static const char * strRecorder = "Recorder";
 static const char * strMencoderArgs = "Mencoder Arguments";
 static const char * strFFMpegArgs = "FFMpeg Arguments";
-static const char * strRecordingFile = "Last Recording Ouput File";
+static const char * strRecordingFile = "Last Recording Output File";
 static const char * strAutoPlayAfterRecording = "Auto Play After Recording";
 static const char * strAutoPlayAfterTime = "Auto Play After Recording Time";
 static const char * strRecordingCopy = "Recording Is Copy";
--- trunk/extragear/multimedia/kmplayer/src/kmplayercontrolpanel.cpp #1261335:1261336
@@ -604,7 +604,7 @@
     setMaximumSize (2500, h + 6);
 }
 
-KDE_NO_EXPORT int ControlPanel::preferedHeight () {
+KDE_NO_EXPORT int ControlPanel::preferredHeight () {
     return m_posSlider->isVisible () ?
         button_height_with_slider + 8 : button_height_only_buttons + 2;
 }
--- trunk/extragear/multimedia/kmplayer/src/kmplayercontrolpanel.h #1261335:1261336
@@ -111,7 +111,7 @@
     void setRecording (bool record);
     void setAutoControls (bool b);
     void setPalette (const QPalette &);
-    int preferedHeight ();
+    int preferredHeight ();
     KDE_NO_EXPORT bool autoControls () const { return m_auto_controls; }
     KDE_NO_EXPORT QSlider * positionSlider () const { return m_posSlider; }
     KDE_NO_EXPORT QSlider * contrastSlider () const { return m_contrastSlider; }
--- trunk/extragear/multimedia/kmplayer/src/kmplayerview.cpp #1261335:1261336
@@ -500,7 +500,7 @@
         m_dockarea->setCentralWidget (m_view_area);
     }
     if (m_controlpanel_mode == CP_Only) {
-        m_control_panel->setMaximumSize(2500, controlPanel()->preferedHeight());
+        m_control_panel->setMaximumSize(2500, controlPanel()->preferredHeight());
         setControlPanelMode (CP_Show);
     }
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic