[vlmc-devel] commit: RendererSettings.cpp: If exportType is true, use the temporary file path as (Rohit Yadav )

git at videolan.org git at videolan.org
Fri Sep 24 17:26:51 CEST 2010


vlmc | branch: master | Rohit Yadav <rohityadav89 at gmail.com> | Fri Sep 24 21:06:46 2010 +0530| [41c5709f75b25a8856c937a5e912b020b0508a01] | committer: Rohit Yadav 

RendererSettings.cpp: If exportType is true, use the temporary file path as
output file name.

> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=41c5709f75b25a8856c937a5e912b020b0508a01
---

 src/Gui/export/RendererSettings.cpp |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/Gui/export/RendererSettings.cpp b/src/Gui/export/RendererSettings.cpp
index cd554c9..11f4415 100644
--- a/src/Gui/export/RendererSettings.cpp
+++ b/src/Gui/export/RendererSettings.cpp
@@ -40,6 +40,9 @@ RendererSettings::RendererSettings( bool exportType )
         m_ui.outputLabel->setVisible( false );
         m_ui.outputFileName->setVisible( false );
         m_ui.outputFileNameButton->setVisible( false );
+        m_ui.outputFileName->setText(
+            VLMC_GET_STRING( "general/TempFolderLocation" ) + "/" +
+            VLMC_PROJECT_GET_STRING( "general/ProjectName" ) + "-vlmc.mp4" );
         setWindowTitle( tr("Export Settings: Publish on Internet") );
     }
 



More information about the Vlmc-devel mailing list