Update of /cvsroot/audacity/audacity-src/src/export
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv11752
Modified Files:
ExportFFmpegDialogs.cpp
Log Message:
Fix tooltips for "Profile" and "Prediction Order Method"
Index: ExportFFmpegDialogs.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/export/ExportFFmpegDialogs.cpp,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- ExportFFmpegDialogs.cpp 10 Feb 2009 16:04:50 -0000 1.18
+++ ExportFFmpegDialogs.cpp 25 Apr 2009 07:26:26 -0000 1.19
@@ -930,7 +930,7 @@
mSampleRateSpin->SetToolTip(_("Sample rate (Hz)\n0 - don't change
sample rate"));
mCutoffSpin = S.Id(FECutoffID).TieSpinCtrl(_("Cutoff Bandwidth:"),
wxT("/FileFormats/FFmpegCutOff"), 0,10000000,0);
- mCutoffSpin->SetToolTip(_("Audio cutoff bandwidth
(Hz)\nOptional\n0 - automatic\n"));
+ mCutoffSpin->SetToolTip(_("Audio cutoff bandwidth
(Hz)\nOptional\n0 - automatic"));
mProfileChoice = S.Id(FEProfileID).TieChoice(_("Profile:"),
wxT("/FileFormats/FFmpegAACProfile"),
mProfileLabels[0], mProfileNames, mProfileLabels);
@@ -965,7 +965,7 @@
mPredictionOrderMethodChoice =
S.Id(FEPredOrderID).TieChoice(_("Prediction Order Method:"),
wxT("/FileFormats/FFmpegPredOrderMethod"),
mPredictionOrderMethodLabels[4],
mPredictionOrderMethodNames, mPredictionOrderMethodLabels);
- mProfileChoice->SetToolTip(_("Prediction Order Method\nEstimate
- fastest, lower compression\nLog search - slowest, best compression\nFull
search - default"));
+ mPredictionOrderMethodChoice->SetToolTip(_("Prediction Order
Method\nEstimate - fastest, lower compression\nLog search - slowest, best
compression\nFull search - default"));
mMinPartitionOrderSpin =
S.Id(FEMinPartOrderID).TieSpinCtrl(_("Minimal partition order"),
wxT("/FileFormats/FFmpegMinPartOrder"), -1,8,-1);
mMinPartitionOrderSpin->SetToolTip(_("Minimal partition
order\nOptional\n-1 - default\nmin - 0\nmax - 8"));
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs