Home
last modified time | relevance | path

Searched refs:KEY_ExportDAR (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/projectx/Project-X_0.91.0/src/net/sourceforge/dvb/projectx/gui/
H A DFilterPanel.java343 combobox_24.setSelectedIndex(getIntProperty(Keys.KEY_ExportDAR)); in setCollectionProperties()
567 combobox_24.setActionCommand(Keys.KEY_ExportDAR[0]); in buildLimitPanel()
H A DPreSettings.java563 combobox_24.setActionCommand(Keys.KEY_ExportDAR[0]); in buildExportPanel()
564 combobox_24.setSelectedIndex(Common.getSettings().getIntProperty(Keys.KEY_ExportDAR)); in buildExportPanel()
H A DCutPanel.java2280 …collection.getSettings().getIntProperty(Keys.KEY_ExportDAR) + 1 != Common.getMpvDecoderClass().get… in showCutInfo()
/dports/multimedia/projectx/Project-X_0.91.0/src/net/sourceforge/dvb/projectx/common/
H A DKeys.java341 public final static String[] KEY_ExportDAR = { "CollectionPanel.ExportDAR", "2" }; //combox[24] field in Keys
/dports/multimedia/projectx/Project-X_0.91.0/src/net/sourceforge/dvb/projectx/parser/
H A DMainProcess.java556 …DAR[0]) + " " + Keys.ITEMS_ExportDAR[collection.getSettings().getIntProperty(Keys.KEY_ExportDAR)]); in messageSettings()
H A DGop.java137 ExportDAR = collection.getSettings().getIntProperty(Keys.KEY_ExportDAR); in getSettings()