mirror of
				https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
				synced 2023-10-19 15:58:31 +00:00 
			
		
		
		
	added correct menucategory for skin setups
This commit is contained in:
		
							
								
								
									
										1
									
								
								HISTORY
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								HISTORY
									
									
									
									
									
								
							| @@ -303,5 +303,6 @@ Version 0.4.3 | ||||
| - implemented dvbapi service interface, added viewelement ecminfo | ||||
|   in displaychannel | ||||
| - added cardsystem name to ecm info | ||||
| - added correct menucategory for skin setups | ||||
|  | ||||
|  | ||||
|   | ||||
							
								
								
									
										1
									
								
								setup.c
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								setup.c
									
									
									
									
									
								
							| @@ -168,6 +168,7 @@ cSkinSetupSubMenu::cSkinSetupSubMenu(string name, string displayText) : cOsdItem | ||||
|  | ||||
| cSkindesignerSkinSetup::cSkindesignerSkinSetup(string skin, string name)  :  | ||||
| cOsdMenu(*cString::sprintf("%s: %s \"%s\" %s", trVDR("Setup"), tr("Skin"), skin.c_str(), name.c_str()), 30) { | ||||
|     SetMenuCategory(mcPluginSetup); | ||||
|     this->skin = skin; | ||||
|     this->name = name; | ||||
|     Set(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user