diff options
| author | lado <herrlado@gmail.com> | 2012-01-25 01:40:54 +0100 |
|---|---|---|
| committer | lado <herrlado@gmail.com> | 2012-01-25 01:40:54 +0100 |
| commit | 2e3636c809da8ff62d227d903300a22518af975f (patch) | |
| tree | 0f12ee7481bdbea5751661cb69e4f973a4cb1e99 | |
| parent | 1cb716ecb5bc0750715dc6bc9e069b84a1823b31 (diff) | |
| download | vdr-manager-2e3636c809da8ff62d227d903300a22518af975f.tar.gz vdr-manager-2e3636c809da8ff62d227d903300a22518af975f.tar.bz2 | |
added title for recent channels
| -rw-r--r-- | vdrmanager/src/de/bjusystems/vdrmanager/gui/ChannelListActivity.java | 1 |
1 files changed, 1 insertions, 0 deletions
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) { |
