Home
last modified time | relevance | path

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

/external/flac/src/plugin_xmms/
Dconfigure.c377 …ain_frame, *resolution_frame, *output_vbox, *resolution_normal_frame, *resolution_replaygain_frame; in FLAC_XMMS__configure() local
547 resolution_replaygain_frame = gtk_frame_new(_("With ReplayGain")); in FLAC_XMMS__configure()
548 gtk_container_border_width(GTK_CONTAINER(resolution_replaygain_frame), 5); in FLAC_XMMS__configure()
549 gtk_box_pack_start(GTK_BOX(resolution_hbox), resolution_replaygain_frame, TRUE, TRUE, 0); in FLAC_XMMS__configure()
553 gtk_container_add(GTK_CONTAINER(resolution_replaygain_frame), resolution_replaygain_vbox); in FLAC_XMMS__configure()