From 2e3636c809da8ff62d227d903300a22518af975f Mon Sep 17 00:00:00 2001 From: lado Date: Wed, 25 Jan 2012 01:40:54 +0100 Subject: added title for recent channels --- vdrmanager/src/de/bjusystems/vdrmanager/gui/ChannelListActivity.java | 1 + 1 file changed, 1 insertion(+) diff --git a/vdrmanager/src/de/bjusystems/vdrmanager/gui/ChannelListActivity.java b/vdrmanager/src/de/bjusystems/vdrmanager/gui/ChannelListActivity.java index 4fca878..a9942b5 100644 --- a/vdrmanager/src/de/bjusystems/vdrmanager/gui/ChannelListActivity.java +++ b/vdrmanager/src/de/bjusystems/vdrmanager/gui/ChannelListActivity.java @@ -271,6 +271,7 @@ public class ChannelListActivity extends } new AlertDialog.Builder(this) + .setTitle(R.string.recent_channels) .setAdapter(getRecentAdapter(), new DialogInterface.OnClickListener() { public void onClick(DialogInterface dialog, int which) { -- cgit v1.2.3